clerk on localhost not working

I am following Theos tutorial on the T3 stack. Everything works in production, but on localhost, seemingly out of nowhere, it seems like Clerk is giving me an expired token which leads to no data getting fetched. This only happens in localhost and after I am signed in. There isnt any difference between my code and Theos from the video. Any ideas whats wrong?
2 Replies
jdsl
jdsl15mo ago
Check your system clock? Maybe it's out-of-sync and makes the tokens look expired? Haven't used clerk yet. Just taking a guess.
alvar
alvar14mo ago
Thats it! Thank you very much