187
Views
1
Comments
502 Error
Question
Application Type
Reactive

Hello, 

When I click on the button "Adicionar/Alterar" it gives me an error "Request failed with status 502".

Anyone can help me with this?

I put some data to test it.

Thank you.



2023-11-22 10-51-50
Jozy Sohail

Hi Ana,

Did you please checked the service center logs for more details. 

The HTTP 502 - bad gateway error occurs when either:

  • The timeout of the proxy was reached prior to the request completion.
  • If the connection proxy > server drops.
  • When the response from the server is invalid.

Also please check that it is not making an infinite loop by calling itself, try to debug the code.

Hope it helps.

Thanks

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.