johnk
Explore posts from serversCCoder.com
•Created by johnk on 7/23/2024 in #help
Coder docker container works on N4 Google Compute instance but no longer C4
Ohhh that makes sense. Bad timing because in that time I stopped using it and started using N4 😭 thank you though! I checked for ongoing issues in the dashboard but nothing relevant.
4 replies
PPrisma
•Created by johnk on 6/20/2024 in #help-and-questions
Prisma Nuxt RollupError
Hello, same error with npm. Slightly different.
8 replies
Set header from server middleware
Maybe I need to rethink my approach. My goal is to avoid calling retrieving directly from the kinde api in the client, and instead accessing it through my server, so I can more easily have fine tuned control, and to do that I need to store the token I retrieve, and I would like to avoid retrieving it again and again outright (I want to hide it essentially.) Do you think it could be more reasonable as a series of composables instead?
5 replies