Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error message format is not correct at timeout #1300

Closed
dogfootman opened this issue Mar 30, 2023 · 2 comments · Fixed by #1314
Closed

Error message format is not correct at timeout #1300

dogfootman opened this issue Mar 30, 2023 · 2 comments · Fixed by #1314
Labels
bug Something isn't working

Comments

@dogfootman
Copy link

dogfootman commented Mar 30, 2023

What happened
: I looked up the MCIS list, but there was a Timeout error.

/ns/ns01/mcis

{
    "a": "<html><head><title>Timeout</title></head><body><h1>Timeout</h1></body></html>"
}

What you expected to happen
:
It should be shown as below
{
"message": "Any message"
}

@dogfootman dogfootman added the bug Something isn't working label Mar 30, 2023
@seokho-son
Copy link
Member

Hi @dogfootman
Thank you for this bug report. I guess the message is the default message for timeout middle-ware from Echo framework.
Let me check the default message, and update if necessary.

@seokho-son
Copy link
Member

Hi @dogfootman

This issue will be resolved by #1314
Thank for the report.

ErrorMessage: "Error: request time out (60s)"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants