I have a question.. so i get this error and dunno what to do...
Unanswered
!isColonel posted this in #help-forum
this is the error. When i hover on it it shows
_next/server/static/chunks or something close to it. so its not loading something ot some error related. when i asked in the clerk server, they said it was a recursive error but i dont understand. Thanks4 Replies
Pixiebob
It means you got stuck in an infinite loop
@Pixiebob It means you got stuck in an infinite loop
Like fetching data from a database? Or rerendering?
Try to reproduce and isolate the bug, if you dont know what causes it, backtrace your step until the error is gone and determine the problem. Follow troubleshooting 101
Think i did