szy.gyuri
TTCTheo's Typesafe Cult
•Created by szy.gyuri on 9/11/2023 in #questions
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?
2 replies
TTCTheo's Typesafe Cult
•Created by szy.gyuri on 9/11/2023 in #questions
Read replica from MSSQL to cloud for T3 app?
Hi! I plan to build a webstore with T3 stack, but the inventory data is in an old MS SQL 2014 server. I watched Theo's video where he speaks about planetscale, and I found that it can import from local dbs (and even found a "step" called replica mode, but it seems it is only for temporary use?).
Any ideas/experiences what cloud db should I use for this? (replica from MS SQL 2014 and serve that data for the T3 app)
Anyone using planetscale with this "replica mode"?
Thanks!
2 replies