lyricaldevil
TTCTheo's Typesafe Cult
•Created by lyricaldevil on 12/9/2024 in #questions
Vercel Toolbar in Github Codespace
Has anyone successfully set up a github codespace for NextJS development and added the Vercel toolbar to their dev server, such that you can run
next dev
and see the toolbar when going to https://<codespace-name>-3000.app.github.dev
? I keep getting this error:
Error loading microfrontend config: TypeError: Failed to fetch2 replies
TTCTheo's Typesafe Cult
•Created by lyricaldevil on 10/3/2024 in #questions
ESLint error in NextConfig when customizing webpack
5 replies
TTCTheo's Typesafe Cult
•Created by lyricaldevil on 2/5/2024 in #questions
Encryption/Security questions
I'm working on an application in a highly regulated industry and want to use UT, but I have questions about how S3 is configured behind the scenes and what kind of encryption/security settings are being set. Is this documented anywhere? I could probably read through the code and figure it out, but I was hoping to avoid that 😅
2 replies
TTCTheo's Typesafe Cult
•Created by lyricaldevil on 5/17/2023 in #questions
More Clerk + tRPC weirdness
I've seen a few questions recently related to the interaction between Clerk and tRPC, but my issue is apparently just different enough that it's not solved by the same things. I'm attempting to make the root route ("/") public and everything else protected, but any tRPC calls return a 401 error. For reference:
11 replies