-
Notifications
You must be signed in to change notification settings - Fork 25
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
When env key is change #5
Comments
Hi can you help me understand how to reproduce the issue with some of the info: Env: Window version? |
I've upgraded one of the package that might have caused this issue, can you pull the latest code and see if that fixes it? |
when i get the key from my profile the server return 500 after writing two articles |
this works to view: NEXT_PUBLIC_BLOG_ID=clvlugru90000o4g8ahxp069s but once I add my own ID it no longer works |
Same issue here. If I want to deploy the site to Vercel it throws this error:
Edit: |
@TheRealDzox yes once i add my own blog id it failed after two blogs, and failed to navigate to any pages taps |
Hi @ChristopherAlphonse, can you perform the following: Pull the latest code from this repo again or upgrade the wisp client in
We've recently addressed two separate issues that led to a 500 error, the first being a dated client calling a redirected endpoint and the second was a failure of the related post endpoint when there's a post without featured image is returned. If this doesn't solve the issue, I'll love to get into a call with you to resolve it together. |
@TheRealDzox You are missing the env variable on Vercel, it's a separate issue than what Christopher encountered. The reason is that the To solve the issue, you'll have to add the env variable on Vercel: |
Thanks :) |
@yehjxraymond let hop on a call later. |
@ChristopherAlphonse Please let me know if you've tried the mentioned method. Also lmk know an email I can contact you at. |
Something went wrong!
Request failed with status code 500
AxiosError: Request failed with status code 500 at settle (webpack-internal:///(rsc)/./node_modules/axios/lib/core/settle.js:24:12) at IncomingMessage.handleStreamEnd (webpack-internal:///(rsc)/./node_modules/axios/lib/adapters/http.js:629:71) at IncomingMessage.emit (node:events:532:35) at endReadableNT (node:internal/streams/readable:1696:12) at process.processTicksAndRejections (node:internal/process/task_queues:82:21) at Axios.request (webpack-internal:///(rsc)/./node_modules/axios/lib/core/Axios.js:57:41) at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
DIGEST: 60112185
The text was updated successfully, but these errors were encountered: