You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I was using the system proxy of clash, I found the api given not work. [reproduction]:
open the api-doc of swagger, in "Login" api, click "try it out" and modify the request body like
{
"username": "***", [your username]
"password": "***", [your password]
}
It responses with a timeout exceeded and {ok: false, message:"登录失败!"}
and close the proxy, it works
I waste 20 minute to find this. So I post this issue and hope others can avoid this problem.
The text was updated successfully, but these errors were encountered:
The backend server currently deployed is only accessible through the campus network. Therefore, if you use the Clash proxy, you won't be able to access it.
When I was using the system proxy of clash, I found the api given not work.
[reproduction]:
open the api-doc of swagger, in "Login" api, click "try it out" and modify the request body like
{
"username": "***", [your username]
"password": "***", [your password]
}
It responses with a timeout exceeded and {ok: false, message:"登录失败!"}
and close the proxy, it works
I waste 20 minute to find this. So I post this issue and hope others can avoid this problem.
The text was updated successfully, but these errors were encountered: