Heroku Deployment Note

Back
August 8th 2023, 10:35 am

Posted by: ronin1702

Deploying this app on Heroku I ran into an environment variable issue where my localhost environment uses a SESSION_SECRET which need to be added to the heroku environment as well. I addressed this issue in the README.md Here is a CLI example: heroku config:set SESSION_SECRET=your-secret-key This key can be set as anything you like.

1 comments

Show Comments