I finished working on the app within Replit using the agent and deployed it to a Replit server with a basic configuration. After deployment, I noticed that the authentication mechanism and workflow don’t function the same as they did in the Replit environment. Specifically, the app hangs during the authentication process and doesn’t redirect to the dashboard as expected.
I also tried increasing the memory and resources for the server, but it didn’t help. Despite several attempts and redeployments using the agent, the issue persists. Has anyone else faced similar problems with authentication or redirection after deployment, or found a solution?
I was able to register an account on your site, but not login. I assume the registration went through because I wasn’t able to re-register with the same credentials. Did you set up your authentication process within Replit itself, or did you configure an external service like Firebase for auth?