backend.ai
backend.ai copied to clipboard
client cannot fetch request to webserver
What Operating System(s) are you seeing this problem on?
macOS (Apple Silicon)
Backend.AI version
main
Describe the bug
webserver cannot handle requests from client, since the requests do not have X-BackendAI-Encoded
in header.
the payload of any request from client changes to an empty list.
To Reproduce
- run webserver.
./py -m ai.backend.web.server
- set environment variables,
source env-local-admin-session.sh
- try login,
./backend.ai login
and type any username and password.
Expected Behavior
successfully login and can request any backend.ai client commands.
Anything else?
the webserver should be able to handle requests from client
Hi there, Can I work on this issue?
Hi there, Can I work on this issue?
yes. there is no one assigned yet. you can assign yourself on this issue
We need to extend/continue this PR: #493
Issue solved!