Closed cavaco-jeronimovallelunga closed 2 months ago
Once I comment out ErrorBoundary, the problem seems to go away. In other words, the ErrorBoundary may have a bug.
So this issue should probably be opened in the Clerk repository.
Did you end up solving this/opening the issue with Clerk? I tried searching their repo but didn't find it. I am having the same issue as well.
Getting the same error. An infinite loop for GET request with a 401 error code. Commented out the ErrorBoundary now just getting a solid 401 on the page without the infinite loop.
Has anyone found any resources or solution to this issue ?
I'm having the same issue here. Weird. However it works fine on a different browser.
Hmm what browser for you was causing the issue and what was the browser that happen to work for you?
@scottmuangsrichan Didn't work on my current instance of Chrome but it does work on Edge.
I just added export const ErrorBoundary = ClerkErrorBoundary();
to my root.tsx
and everything is working fine for now.
Skill issue on my part
@stormynight9 okay ya, unfortunately that line of code was the thing causing the error for me. So not sure what the work around is other than rip it out of the project and use a different auth provider.
I am facing the same issue as well! Is there a workaround for this?
@rootsrk haven't found a workaround yet. You can check with the Clerk Discord community and submit a request for help to see if anyone there has found a solution.
Closing as this seems to be a Clerk issue instead of a grunge-stack issue
Have you experienced this bug with the latest version of the template?
Yes
Steps to Reproduce
Expected Behavior
Redirect to the sign-in screen.
Actual Behavior
Infinite loop because of 401 Unauthorized