I upgraded to Angular 16. Our codeceptjs tests all start with an I.sendDeleteRequest to http://localhost:4200/test However, we receive a 504 GATEWAY_TIMEOUT.
I am able to send a DELETE request to this endpoint from Postman and that works fine.
Any ideas to what may be the cause of this problem?
When I call http://localhost:4200/applepie (a non-existing endpoint ) I also get a 504 GATEWAY_TIMEOUT. When I ignore this response and continue with the test, other endpoints on http://localhost:4200/test are received. It is a bit of a mystery. Thank you for your responses.