All my workflow are gone and I have to re sign up but my https://n8n-XYZ.onrender.com/ URL is still the same. How, why, Help !!!
Welcome @Jrofjr
It sounds like n8n may have been updated or redeployed. If that’s the case, it’s possible that no persistent volumes were configured, which would explain why your workflows and user data are missing. n8n stores everything locally by default unless explicitly mounted to persistent storage.
Thnak you, how can I recovered
You could check whether any data from your workflows or user information is still present in the database. If there’s no data left, the only option would be to restore from a backup, if one is available. As far as I know, Render offers backups starting from a certain paid plan.