-
Notifications
You must be signed in to change notification settings - Fork 14.1k
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
always return with this error. ["There was an error loading the tables"] #21476
Comments
I also encountered this problem |
1 similar comment
I also encountered this problem |
Same issue here in the docker. It lists the tables fine, but when trying to select a table this error occurs. I noticed that its putting /undefined/false on the end of the request url. when removing it, it seems to load response json fine. werkzeug.exceptions.NotFound: 404 Not Found: The requested URL was not found on the server. If you entered the URL manually please check your spelling and try again. Also saw a flask error on startup which may be relevant: |
Same issue, huge block currently |
Same issue |
Same issue with the latest tag (3ed6d3e979351616cd5474b2404e136604d74cf50e4eeaf2e5a74f6f8a32130a). |
If you use superset in production and want to track the fix #21470 |
Can someone explain me the detailed steps to solve this problem? |
Pulling the latest version should work. |
Thank you very much for your prompt response, in this order it worked for me I hope it helps those who have the same problem |
Try with docker-compose.yml - it should work. |
I'm still seeing this issue in our setup on Google cloud. It still produces the error in sqllab: [There was an error loading the tables] as described here. |
The text was updated successfully, but these errors were encountered: