Load active home banners failed. Status: 404 Not Found Backend message: detail: Unknown or inactive channel. Runtime: server Method: GET Request path: /api/home-banners/active/?channel_type=high1 Query: {"channel_type":"high1"} Server backend base: http://backend:8000 Attempts: - server-backend: http://backend:8000/api/home-banners/active/?channel_type=high1 -> 404 Not Found, content-type: application/json Response body: {"detail":"Unknown or inactive channel."} Checks: - Confirm the deployed Django backend includes a matching route for this request path. - Confirm the frontend /django rewrite removes the /django prefix before the request reaches Django. - Confirm NEXT_DJANGO_PROXY_TARGET or API_BASE_URL points to the Django origin root, not to a URL already ending in /api or /django. Fallback request: Load active home banner fallback failed. Status: 404 Not Found Backend message: detail: Unknown or inactive channel. Runtime: server Method: GET Request path: /api/home-banner/?channel_type=high1 Query: {"channel_type":"high1"} Server backend base: http://backend:8000 Attempts: - server-backend: http://backend:8000/api/home-banner/?channel_type=high1 -> 404 Not Found, content-type: application/json Response body: {"detail":"Unknown or inactive channel."} Checks: - Confirm the deployed Django backend includes a matching route for this request path. - Confirm the frontend /django rewrite removes the /django prefix before the request reaches Django. - Confirm NEXT_DJANGO_PROXY_TARGET or API_BASE_URL points to the Django origin root, not to a URL already ending in /api or /django.
Load active recommendation sections failed. Status: 404 Not Found Backend message: detail: Unknown or inactive channel. Runtime: server Method: GET Request path: /api/recommendation-sections/active/?channel_type=high1 Query: {"channel_type":"high1"} Server backend base: http://backend:8000 Attempts: - server-backend: http://backend:8000/api/recommendation-sections/active/?channel_type=high1 -> 404 Not Found, content-type: application/json Response body: {"detail":"Unknown or inactive channel."} Checks: - Confirm the deployed Django backend includes a matching route for this request path. - Confirm the frontend /django rewrite removes the /django prefix before the request reaches Django. - Confirm NEXT_DJANGO_PROXY_TARGET or API_BASE_URL points to the Django origin root, not to a URL already ending in /api or /django.