Reputation: 1
I've developed a Java web application (using Spring Boot and Angular). Initially, I deployed and tested it on XAMPP on my localhost, and it worked fine. Subsequently, I deployed it on a remote server's XAMPP, where testing via the server's browser was successful. However, when attempting to test it from my own computer's browser, the backend functionality failed to respond, although the frontend (specifically the login page) displayed properly. Upon attempting to log in pic of login page after connecxion clic, I encountered the following error in the browser console after 21seconde:
POST http://sreublc07:8080/capitalisationbackv2/api/auth/signin net::ERR_CONNECTION_TIMED_OUT
In this error message:
pic of the browser consol after login try pic of the browser network after login try pic of the browser network after login try pic of the browser network after login try
It's worth mentioning that the application was previously functional on an older server.
I've tried to change the Paths of connection in backend and frontend whithoud any result.
Upvotes: 0
Views: 104