curl -I
-ing prod site results in error 500, but can't replicate locally and site works just fine
#10178
Unanswered
bananabrann
asked this question in
Q&A
Replies: 1 comment
-
I'm still wondering about this... I saw #3566, I wonder if this could be a bug with adapter-vercel? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
If
curl -I "https://tv.brannan.cloud"
tv.brannan.cloud, I get the followingIf I do the same command, but on
npm run preview
locally, it works just fineThis is bad because I'd like shields.io (or others) to ping this site for determining if it's online or not
I saw #8039 that I thought was related, so my best guess is that I'm referencing something on my file system that when my app moves to Vercel no longer exists because of edge functions. However, whenever I tried removing what I thought was the culprit, the same issue happens when
curl -I
-ing the dev site.I've also read the docs about prerendering, but I am not able to do that because I'm using actions on my only +page.server.ts file.
The site is fairly simple, and I'm new to SvelteKit, so the error is probably something simple that I'm not doing. I'm at a dead-end of what more to do, so any help would be appreciated. Thank you! 😀
Repo: https://github.com/bananabrann/tv.brannan.cloud
Beta Was this translation helpful? Give feedback.
All reactions