client cannot fetch request to webserver #706
Labels
comp:client
Related to Client component
comp:webserver
Related to Web Server component
effort:easy
Need to understand only a specific region of codes (good first issue, easy).
Milestone
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
./py -m ai.backend.web.server
source env-local-admin-session.sh
./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
The text was updated successfully, but these errors were encountered: