-
-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Personal Vercel Deployment Error #2
Comments
Hi @TurnipGuy30, looking at the code you changed, what is probably occurring is that adding one or more of these trophies is resulting in some sort of error in the code. I suggest first returning the code in
just to make sure that it isn't an issue with your vercel deployment itself. I find it unlikely for that to be the case because when going to your deployment with no query parameters it has the expected behavior of having the message |
I just went through my code, unfortunately, I could not find anything that should result in an error. |
I just temporarily changed my repo to the changes you made and it worked as expected with no errors, so it turns out it is an issue with your deployment itself. |
OK, I'll try that. Thanks for the help, I'll let you know what happens. |
Huh, I changed it all back to how it was originally, and it still gives an Error 500:
But thanks anyway! Maybe you could make a fork/branch of the Repo with the code changed... |
Alright, you can use this link to get all of the secret trophies. If you want to keep on debugging your Vercel deployment, make sure that the root directory is set to |
Thanks for the help! I might try Vercel again in the future. |
Hi @FlyN-Nick, I haven't used Vercel before, and created a deployment for my fork of your repo. Can you please help me get it working? The deployment is here, and I've changed the following in
src/card.ts
according to your README:Thank you in advance!
The text was updated successfully, but these errors were encountered: