UoaWDCC / ASPA-EnrollmentForm

6 stars 1 forks source link

[BUG] User validation page (first form page) times out on random occasions #47

Closed Ray-F closed 3 years ago

Ray-F commented 3 years ago

To fix this, add a setInterval over a period of time if a response is not received from the server.

If this is true, repeat the same validation request 3 times and if it still times out, then send a timeout message to the client (with something like Internal Server Error).