-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
NextJS Accelerate Starter - Insecure random quote endpoint #6963
Comments
Hi there @dansholds ! Thank you very much for the issue. If you wouldn't mind submitting a PR, that would be amazing. I'm happy to give it a prompt review. |
ankur-arch
added a commit
that referenced
this issue
Feb 20, 2025
ankur-arch
added a commit
that referenced
this issue
Feb 20, 2025
* Update README.md for Accelerate starter Closes #6963 * Update accelerate/nextjs-starter/README.md --------- Co-authored-by: Nikolas <nikolas.burk@gmail.com>
ankur-arch
added a commit
that referenced
this issue
Feb 20, 2025
* Update README.md for Accelerate starter Closes #6963 * Update accelerate/nextjs-starter/README.md --------- Co-authored-by: Nikolas <nikolas.burk@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey team,
When using the nextjs-starter project in the accelerate directory, I was getting failures when attempting to add a new quote to the DB.
It was only when checking out the endpoint in the browser and wrapping my POST request with better error handling that I was able to see this:
This can be negated in development by just setting
export NODE_TLS_REJECT_UNAUTHORIZED='0'
but I thought I'd let you know! Happy to submit a PR for the docs.The text was updated successfully, but these errors were encountered: