Only 1 endpoint that can be used
rrraf1
TRIALOP
2 years ago
Recently, i try to deploy my rest api mad by golang. It's success, but i dont know why, the only endpoint that work is the register endpoint, when i try to use another endpoint. This is the result that i got
{
"status": "error",
"code": 502,
"message": "Application failed to respond",
"request_id": "9N1oxXk9Rvqjlmx9u89NWQ_1721921752"
}Is it because the port configuration or something else?
0 Replies