Mehdi dev
Mehdi dev

Reputation: 33

heroku Getting at=error code=H13 desc="Connection closed without response" method=GET path="/api/test" service=28795ms status=503

I am getting this error in a spring boot app which works perfectly in local I connect the heroku app remotely to the database of my own server. It is deployed susscessfully but I could not get a response

at=error code=H13 desc="Connection closed without response" method=GET path="/api/test" dyno=web.1 connect=1ms service=28795ms status=503 bytes=0 protocol=https

Upvotes: 1

Views: 1985

Answers (1)

Brainiac Rawkib
Brainiac Rawkib

Reputation: 41

This is an HTTP error code. Try to check your error code out here heroku error code

Upvotes: 1

Related Questions