Can't access my registered account on the Heroku deployed site #59
-
I have registered yesterday on the website. But today I'm not able to log in with the same email id, it shows the user doesn't exist. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
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 |
Beta Was this translation helpful? Give feedback.
-
Ohh...It may cause issues. Better to rely on paid hosts for production projects :p |
Beta Was this translation helpful? Give feedback.
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