Frontend logs TypeError: Cannot construct a Request with a Request object that has already been used. #2532
|
I am trying to ramp up CISO Assistant (v3.0.1) on AWS ECS. I built up an infrastructure with one cluster and three services (frontend, backend, and another backend as a huey instance). All services are running with tasks, and I have been able to create a superuser. When I try to log in or submit the "forgot my Password" Form, I get the following logs in the frontend:
Locally I don't experience such a problem; it is very possible that the problem lies in my infrastructure. Thanks in advance |
Replies: 1 comment
|
Just resolved it. I tried to route the Backend connection through ALB, and resolved it by keeping the connections from Frontend to Backend inside the cluster. Which makes more sense. |
Just resolved it. I tried to route the Backend connection through ALB, and resolved it by keeping the connections from Frontend to Backend inside the cluster. Which makes more sense.