amotl commented on issue #20546: URL: https://github.com/apache/superset/issues/20546#issuecomment-1880168359
Hi again. After upgrading to the most recent Superset 3, the problem is back! Cheers, Andreas. ### Request ```bash http http://localhost:8088/api/v1/database/ database_name="PostgreSQL Example" engine=postgres sqlalchemy_uri=postgres://[email protected]:5432 Authorization:"Bearer ${AUTH_TOKEN}" --print hHbB ``` ### Response ```json { "errors": [ { "error_type": "GENERIC_BACKEND_ERROR", "extra": { "issue_codes": [ { "code": 1011, "message": "Issue 1011 - Superset encountered an unexpected error." } ] }, "level": "error", "message": "400 Bad Request: The CSRF token is missing." } ] } ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
