-
Notifications
You must be signed in to change notification settings - Fork 14k
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
Error warming up cache: Error 302 #27160
Comments
Could be an issue with the worker's webdriver config or something. Unclear from the logs as to what the initial cause of the 308 is. |
I also considered this possibility, but the reports are being sent correctly, and they utilize the webdriver. For example:
Anyway, I'll also include the configuration of the superset worker:
and the worker's startup logs:
|
UPDATE: Finally, I found that the redirection was due to the WEBDRIVER_BASEURL not being configured at the service level.
However, I now encounter receiving 400 errors due to missing CSRF when trying to warm up the cache, both from the worker and externally using the API.
If I disable CSRF:
it returns 302:
Related errors reported before: #24717 (comment) #24579 (comment) |
I'm experiencing the same issue. |
Just a head-up that while we're trying to get the linked PR merged, we're also no longer supporting 3.0.x, and will stop supporting 3.x.x when Superset 4.1 is released soon. If anyone can confirm this is indeed currently a 4.x.x issue, that'd be appreciated! |
I am experiencing the cache warmup issue in Superset version 4.0.2.
|
I am facing the same problem, also version 4.0.2 I have tried to add a code someone said it will solve it and now it shows me the same error but code 400 |
Bug description
Cache warm-up is not functioning when configured using the latest version (3.1.1rc1) and the previous one (3.1.0) in kubernetes enviroment (with Helm chart version 0.2.15 or earlier).
When the task is triggered, logs of superset worker throws 308 error trying to request the API endpoint.
Note: Reports are working correctly on the same worker.
How to reproduce the bug
Screenshots/recordings
No response
Superset version
master / latest-dev
Python version
3.9
Node version
16
Browser
Chrome
Additional context
The values.yalm (cache warm-up configs):
Superset worker logs:
Checklist
The text was updated successfully, but these errors were encountered: