-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Heroku deployment with APP_KEYS #807
Comments
see PR #811 |
We are working to fix the documentation for Heroku deployment. The short version is that you need to:
Example 1 production server.js file:
|
@StrapiShaun Just want to mention, that this variable is also needed in the render deploy docs https://docs.strapi.io/developer-docs/latest/setup-deployment-guides/deployment/hosting-guides/render.html |
@NicoHof, thanks! I think nearly every deployment guide will need to be updated for this reason. If you work out the solution for Render, please feel free to submit a PR to update the documentation. Thanks again for being an active contributor to the Strapi repo, the community is what makes Strapi such a great place to work. |
@StrapiShaun I will have a look |
@StrapiShaun create a PR #832 |
Include APP_KEYS in Heroku Deployment Guide - fix #807
Ya I just had the same problem. When following the deploy to Heroku with Postgres it has you set up the config and .envs for everything but does not mention setting the APP_KEYS. It should probably mention that you need to add the APP_KEYS to the Heroku config
Originally posted by @owen-duncan-snobel in #770 (comment)
The text was updated successfully, but these errors were encountered: