I followed the docs and setup auth with convex and clerk in my nextjs project, but I keep getting the same error.
Here below you can see some code snippets and the console logs.
The jwt token is showing up in the console but the auth error is still there.
On the backend I did set the auth.config.ts and also copied the jwt template from clerk. But I am still stuck.
Does anyone have a clue of what might be wrong?