-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(api): Fix location header for archived report generation #775
fix(api): Fix location header for archived report generation #775
Conversation
/build_test |
Workflow started at 1/14/2025, 11:44:44 AM. View Actions Run. |
No OpenAPI schema changes detected. |
No GraphQL schema changes detected. |
CI build and push: All tests pass ✅ |
7c24bdc
to
dc7f684
Compare
Could you add some cases to |
/build_test |
Workflow started at 1/14/2025, 1:40:50 PM. View Actions Run. |
No GraphQL schema changes detected. |
No OpenAPI schema changes detected. |
CI build and push: All tests pass ✅ |
Fixes #762
Hi,
This addresses #762 . The location header that was returned with the request when the cache missed and the report needed to be generated was incorrect, this caused the following sequence of events to happen:
This fixes the location header and adds a missing content type header to active report generation.