Skip to content

Can't access my registered account on the Heroku deployed site #59

Answered by harshilg10
devsoftzz asked this question in Q&A
Discussion options

You must be logged in to vote

This happens Due to Dyno Manager

The Heroku filesystem is ephemeral - that means that any changes to the filesystem whilst the dyno is running only last until that dyno is shut down or restarted. Each dyno boots with a clean copy of the filesystem from the most recent deploy. This is similar to how many container based systems, such as Docker, operate. To understand in depth check this link: https://devcenter.heroku.com/articles/dynos#ephemeral-filesystem

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by devsoftzz
Comment options

devsoftzz
May 5, 2021
Maintainer Author

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants