T3 Tutorial - clerk errors out on a different machine?
Strange..
So, I followed Theo's t3 tutorial, everything worked fine last Friday.
Today I cloned the repo on another machine, created the .env file with keys, run "npm i", run "npm run dev", and opening the localhost:3000, got these wo errors:
:3000/:1 GET http://localhost:3000/ 401 (Unauthorized)
(index):61 GET https://npm/@clerk/clerk-js@latest/dist/clerk.browser.js net::ERR_NAME_NOT_RESOLVED
(without the clerk client, it is working fine)
Now.... wtf?
I found it is not hitting https://huge-cat-70.clerk.accounts.dev/npm/xxxxx but only https://npm/... but why?
Any ideas?
0 Replies