Describe the bug
Hi, I've been working with the T3 turbo template with Clerk in a project and this was a great reference, but there was a small, non-blocking, problem that I opened here: https://github.com/clerkinc/javascript/issues/840 and that was fixed pretty quickly.
Now the error mentioned in the above issue is gone, but every page gets stuck in a loading loop triggered by some clerk script tag in the html (screenshot below). I'm reporting things here because this template gives me the exact same errors.
To Reproduce
Steps to reproduce the behavior:
Update @clerk/nextjs to 4.11.0
Go to homepage
Sign In
See the refresh loop
Expected behavior
No error in the middleware and no refresh loop
Screenshots
The refresh that causes the loop
Desktop (please complete the following information):
Describe the bug Hi, I've been working with the T3 turbo template with Clerk in a project and this was a great reference, but there was a small, non-blocking, problem that I opened here: https://github.com/clerkinc/javascript/issues/840 and that was fixed pretty quickly.
Now the error mentioned in the above issue is gone, but every page gets stuck in a loading loop triggered by some clerk script tag in the html (screenshot below). I'm reporting things here because this template gives me the exact same errors.
To Reproduce Steps to reproduce the behavior:
@clerk/nextjs
to4.11.0
Expected behavior No error in the middleware and no refresh loop
Screenshots The refresh that causes the loop
Desktop (please complete the following information):
Additional context Old issue present in the template: https://github.com/clerkinc/javascript/issues/840 New issue after updating the library: refresh loop