We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I was setting up this repo locally in dev envoirement to contribute to KubeEdge Dashboard Enhancement Project for the upcoming LFX term.
On dev envoirement startup, if the api server isnt correct it should raise appropriate error instead if Invalid Token with a status code 500.
Invalid Token
500
More suitable error would be Api server is unreachable .
Api server is unreachable
NODE_TLS_REJECT_UNAUTHORIZED=0 API_SERVER=invalid_server_ip:port npm run dev
No response
Chrome
latest main branch
1.20.0
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What happened?
I was setting up this repo locally in dev envoirement to contribute to KubeEdge Dashboard Enhancement Project for the upcoming LFX term.
On dev envoirement startup, if the api server isnt correct it should raise appropriate error instead if
Invalid Token
with a status code500
.What did you expect to happen?
More suitable error would be
Api server is unreachable
.How can we reproduce it (as minimally and precisely as possible)?
NODE_TLS_REJECT_UNAUTHORIZED=0 API_SERVER=invalid_server_ip:port npm run dev
Anything else we need to know?
No response
What browsers are you seeing the problem on?
Chrome
KubeEdge Dashboard version
latest main branch
KubeEdge version
1.20.0
Dev environment
No response
The text was updated successfully, but these errors were encountered: