So I just pushed my app live and none of the users i created while under development mode work now,. They all get this message.
Sorry, we could not find a user with email
Do I have to do something else so that they can log in?
So I just pushed my app live and none of the users i created while under development mode work now,. They all get this message.
Sorry, we could not find a user with email
Do I have to do something else so that they can log in?
Did you copy the database from development to live?
Users created in your dev app will be saved in your ādev databaseā, so wont exist in the ālive databaseā, and vice versa.
If you want to use the same users in your live app that you created in your dev app youāll need to copy your dev database to your live database.
I did not. How do I do that?
Go to the Data tab, select the āApp dataā tab within that, and then click āCopy and restore databaseā top right. That provides instructions on moving data from development to live, or vice versa.
This topic was automatically closed after 70 days. New replies are no longer allowed.