Hello, your server and services are running normally, and the website loads correctly.
"Failed to fetch" is an error that occurs in your frontend code when calling the login API; it is not a server-side issue. This is usually because the API URL called by the frontend is incorrect, or the backend API service has not been deployed.
Please verify that the API endpoint configured in your application is correct. If your backend is a separate service, it needs to be deployed to Zeabur independently.