Replies: 1 comment
-
|
My ngx configuration has added duplicate cross-domain request headers. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
After deploying Netmaker, all requests to the API service return HTTP 400, including basic endpoints accessed via
curl.This happens consistently and is not limited to browser-based UI requests.
I would appreciate any help or guidance on what might be misconfigured or missing.
Environment
Problem Description
After the Netmaker service starts successfully, every API request responds with HTTP 400, regardless of the endpoint.
This includes:
curlExample behavior:
OPTIONSrequests return204400API Logs
(error responses with HTTP 400 for all API requests)
docker compose
Beta Was this translation helpful? Give feedback.
All reactions