Replies: 1 comment
|
Hi! I see you're encountering a 500 error with Axios. This error typically indicates an issue on the server-side. Here are a few steps that might help:
Could you also share more details, like the API endpoint you're calling or the full error stack trace? That could help narrow down the root cause. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
错误如下:
Unhandled Promise Rejection
AxiosError: Request failed with status code 500
at cA (file:///Applications/Enjoy.app/Contents/Resources/app.asar/.vite/build/main-qw7vjj9W.js:6748:45)
at IncomingMessage. (file:///Applications/Enjoy.app/Contents/Resources/app.asar/.vite/build/main-qw7vjj9W.js:8107:11)
at dN.request (file:///Applications/Enjoy.app/Contents/Resources/app.asar/.vite/build/main-qw7vjj9W.js:8671:41)
大多时候弹这个错误,直接忽略就行,但是有一次导致应用直接崩溃。
PS:机器 mac M1,app 版本 0.7.6
All reactions