backend.ai icon indicating copy to clipboard operation
backend.ai copied to clipboard

client cannot fetch request to webserver

Open fregataa opened this issue 2 years ago • 2 comments

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

  1. run webserver. ./py -m ai.backend.web.server
  2. set environment variables, source env-local-admin-session.sh
  3. 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

fregataa avatar Sep 05 '22 06:09 fregataa

Hi there, Can I work on this issue?

chapaith avatar Sep 10 '22 11:09 chapaith

Hi there, Can I work on this issue?

yes. there is no one assigned yet. you can assign yourself on this issue

fregataa avatar Sep 23 '22 08:09 fregataa

We need to extend/continue this PR: #493

achimnol avatar Nov 09 '22 05:11 achimnol

image Issue solved!

leejiwon1125 avatar Jan 12 '23 04:01 leejiwon1125