dosubot[bot] commented on issue #32889:
URL: https://github.com/apache/superset/issues/32889#issuecomment-2759019855

   <!-- Answer -->
   The error you're encountering with the "customer_id" column not existing 
might be related to the default dataset schemas used in Superset's sample 
dashboards. It's possible that the sample datasets in version 4.1.2 do not 
include a "customer_id" column, or there might be a mismatch between the 
dataset schema and the SQL queries being executed.
   
   To address this, you can check the dataset schema to ensure that the 
"customer_id" column exists. If it doesn't, you may need to adjust the SQL 
queries or modify the dataset to include the necessary column.
   
   Regarding the logout issue, it could be related to session management or 
authentication settings. Ensure that your session cookies and CORS settings are 
correctly configured to allow requests from your React app. Additionally, 
verify that the `SECRET_KEY` in your Superset configuration is consistent and 
correctly set.
   
   If these issues persist, it might be beneficial to review the changes made 
in version 4.1.2 that could affect embedding and authentication, as there have 
been updates related to session management and security settings 
<sup>[[1]](https://github.com/apache/superset/blob/master/superset-frontend/CHANGELOG.md)</sup><sup>[[2]](https://github.com/apache/superset/blob/master/UPDATING.md)</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/ff098df3-0447-489b-8b4b-c7eb4225eec0?feedback_type=great_response)
 | [Irrelevant 
Answer](https://app.dosu.dev/response-feedback/ff098df3-0447-489b-8b4b-c7eb4225eec0?feedback_type=irrelevant_answer)
 | [Incorrect 
Sources](https://app.dosu.dev/response-feedback/ff098df3-0447-489b-8b4b-c7eb4225eec0?feedback_type=incorrect_sources)
 | [Too 
Verbose](https://app.dosu.dev/response-feedback/ff098df3-0447-489b-8b4b-c7eb4225eec0?feedback_type=too_verbose)
 | 
[Hallucination](https://app.dosu.dev/response-feedback/ff098df3-0447-489b-8b4b-c7eb4225eec0?feedback_type=hallucination)
 | [Bug 
Report](https://app.dosu.dev/response-feedback/ff098df3-0447-489b-8b4b-c7eb4225eec0?feedback_type=bug_report)
 | 
[Other](https://app.dosu.dev/response-feedback/ff098df3-0447-489b-8b4b-c7eb4225eec0?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]

Reply via email to