I have…
- [ X] Read the following guideline: https://docs.squidex.io/01-getting-started/installation/troubleshooting-and-support. I understand that my support request might get deleted if I do not follow the guideline.
I’m submitting a…
- [ X] Bug report
Current behavior
API returns Header overflow error
Expected behavior
Api should return the current data.
Minimal reproduction of the problem
I am trying to send a get request for a table with ~200,000 records, I am retrieving a token from and sending it to the request, and the response I am getting is Header overflow.
I am sending a get request
https://cloud.squidex.io/api/content/my-server-name/tablename
the header is Authorization: Bearer token
and the request fails.
Environment
- [ ] Self hosted with docker
- [ ] Self hosted with IIS
- [ ] Self hosted with other version
- [V ] Cloud version
Version: [VERSION]
Browser:
- [ ] Chrome (desktop)
- [ ] Chrome (Android)
- [ ] Chrome (iOS)
- [ ] Firefox
- [ ] Safari (desktop)
- [ ] Safari (iOS)
- [ ] IE
- [ ] Edge
-[X] not applicable
Others:
Tried sending both via code, and as a postman request.