dosubot[bot] commented on issue #32889: URL: https://github.com/apache/superset/issues/32889#issuecomment-2758999770
<!-- Answer --> I found some similar discussions that might be relevant to your issue: 1. [Tutorial: How to embed superset dashboard in reactApp?](https://github.com/apache/superset/discussions/32479) - This discussion is open and might provide insights into embedding Superset dashboards in a React application <sup>[[1]](https://github.com/apache/superset/discussions/32479)</sup>. 2. [Trying to embed Apache Superset to my React App](https://github.com/apache/superset/discussions/28547) - This is another open discussion that could offer useful information on embedding Superset in React <sup>[[2]](https://github.com/apache/superset/discussions/28547)</sup>. 3. [Apache Superset Embedded Not Working (Forbidden)](https://github.com/apache/superset/discussions/23044) - This discussion is open and addresses issues related to embedding Superset, which might be relevant to your problem <sup>[[3]](https://github.com/apache/superset/discussions/23044)</sup>. Regarding the "column does not exist" error, it seems like the SQL query is referencing a column that is not present in the database. This could be due to a mismatch between the dataset schema and the query being executed. Ensure that the column `customer_id` exists in the dataset you are querying. For the immediate logout issue, it could be related to session management or authentication problems. Ensure that your session cookies are correctly configured and that the `SECRET_KEY` in your Superset configuration is consistent. Also, check the CORS settings to ensure they are correctly configured to allow requests from your React app <sup>[[4]](https://github.com/apache/superset/blob/master/docs/docs/security/security.mdx)</sup><sup>[[5]](https://github.com/apache/superset/blob/master/superset-frontend/packages/superset-ui-core/src/connection/SupersetClientClass.ts)</sup>. If you need more detailed logging to debug these issues, consider setting the logging level to `DEBUG` in your Superset configuration to capture more detailed error information <sup>[[6]](https://github.com/apache/superset/blob/master/superset/sql_lab.py)</sup>. <!-- Dosu Comment Footer --> *To continue talking to [Dosu](https://dosu.dev), mention @dosu.* --- <sup>Help Dosu learn! Give it feedback: [Great Response](https://app.dosu.dev/response-feedback/dd9f0c67-ec1f-4f53-a90c-3a72444487dd?feedback_type=great_response) | [Irrelevant Answer](https://app.dosu.dev/response-feedback/dd9f0c67-ec1f-4f53-a90c-3a72444487dd?feedback_type=irrelevant_answer) | [Incorrect Sources](https://app.dosu.dev/response-feedback/dd9f0c67-ec1f-4f53-a90c-3a72444487dd?feedback_type=incorrect_sources) | [Too Verbose](https://app.dosu.dev/response-feedback/dd9f0c67-ec1f-4f53-a90c-3a72444487dd?feedback_type=too_verbose) | [Hallucination](https://app.dosu.dev/response-feedback/dd9f0c67-ec1f-4f53-a90c-3a72444487dd?feedback_type=hallucination) | [Bug Report](https://app.dosu.dev/response-feedback/dd9f0c67-ec1f-4f53-a90c-3a72444487dd?feedback_type=bug_report) | [Other](https://app.dosu.dev/response-feedback/dd9f0c67-ec1f-4f53-a90c-3a72444487dd?feedback_type=other)</sup> -- 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]
