[Bug report] "Network request error, request method not allowed!" error occurs when registering Model Version
Version
v0.8.0-incubating-rc3
Describe what's wrong
In the 0.8.0 release, when registering the Model Version, the error "Network request error, request method not allowed!" appears
Error message and/or stacktrace
How to reproduce
v0.8.0-incubating-rc3
Additional context
No response
This is what I see here.
When 405 status, UI will show the api response msg first, and show the default msg 'Network request error, request method not allowed!'
Maybe we need the API response to identify the root cause. @jerryshao
OK, let me also explore this issue.
This is what I see here.
Based on the screenshot, seems like there's a cross-origin problem. The response header shows that it only allows "GET" and "OPTIONS", but this request is a POST request.
I think this is mainly a in-house deployment problem, not a code problem. So I'm going to close this issue.