I have…
- [x] Checked the logs and have provided the logs if I found something suspicious there
I’m submitting a…
- [ ] Regression (a behavior that stopped working in a new release)
- [x] Bug report
- [ ] Performance issue
- [ ] Documentation issue or request
Current behavior
Running graphQL queries against the squidex servers works without a flaw. However when running the same request (with updated URL to match the CDN ofc) against the CDN (we are on the business plan) I get a 401. Token is definitely valid. Happens both when running POST and GET requests.
This is what the CDN returns:
{
"traceId": "|30feac0e-476ffafb37889eac.",
"type": "https://tools.ietf.org/html/rfc7235#section-3.1",
"statusCode": 401
}
Expected behavior
CDN doesn’t return 401 when running graphQL request against it.
Minimal reproduction of the problem
Just run a POST or GET request against the CND. Use https://contents.squidex.io/<app>/graphql
as URL (maybe that URL is wrong?).
Environment
- [ ] Self hosted with docker
- [ ] Self hosted with IIS
- [ ] Self hosted with other version
- [x] Cloud version
Version: latest
Browser:
- [ ] Chrome (desktop)
- [ ] Chrome (Android)
- [ ] Chrome (iOS)
- [ ] Firefox
- [ ] Safari (desktop)
- [ ] Safari (iOS)
- [ ] IE
- [ ] Edge
Others: Android and Insomnia REST client