-
Notifications
You must be signed in to change notification settings - Fork 27.1k
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
API route works locally but not in production #8383
Comments
jeremytenjo
changed the title
API route works locally but now in production
API route works locally but not in production
Aug 15, 2019
Hey @tenjojeremy, thanks for reporting this. This should be fixed with this PR #8334 |
@huv1k Great, thank you. |
Closing this as duplicate of #8251 |
This issue has been automatically locked due to no recent activity. If you are running into a similar issue, please create a new issue with the steps to reproduce. Thank you. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Bug report
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior, please provide code snippets or a repository:
Clone https://github.com/tenjojeremy/test-nextjs-simple.git
run
yarn
run
yarn start
open localhost
you should see 3 posters
run
now
open production site
you will see a 500 error
open runtime logs in your dashboard
see
Expected behavior
Should display 3 movie posters in production not a 500 error
The text was updated successfully, but these errors were encountered: