Kranthi32 opened a new issue, #32889:
URL: https://github.com/apache/superset/issues/32889

   ### Bug description
   
   Embedded Dashboard Not loading in React getting Errors is 
   
   Error: column \"customer_id\" does not exist\nLINE 9: WHERE (customer_id=4) 
GROUP BY CASE
   
   
   after calling charts and datasets api getting error for remaing apis  Error: 
column \"customer_id\" does not exist\nLINE 9: WHERE (customer_id=4) GROUP BY 
CASE please find below image
   
   2. then immediately superset amin app logginout
   
   
![Image](https://github.com/user-attachments/assets/720a01aa-91d6-4778-b794-89446a6d6efb)
   
   
   
![Image](https://github.com/user-attachments/assets/db22284c-b86a-4710-bc38-f53daa4c9b78)
   
   
   super set main app 8088 port number app
   
   
![Image](https://github.com/user-attachments/assets/e08e3bfc-6bf7-489b-91f1-5e2d5e51f4a8)
   
   
   error Log:
   
   
   
![Image](https://github.com/user-attachments/assets/a9fe370f-5be5-497c-ab66-d8015e66296b)
   
   ### Screenshots/recordings
   
   _No response_
   
   ### Superset version
   
   master / latest-dev
   
   ### Python version
   
   3.11
   
   ### Node version
   
   18 or greater
   
   ### Browser
   
   Chrome
   
   ### Additional context
   
   Team Please support on Embedding Dashboard issue i am using 4.1.2 tag this 
issue is there in 4.1.1 tag also after getting thsi superset main app 
immediately logging out
   
   
   i changed superset_config.py this
   
   
   
   FEATURE_FLAGS = {"ALERT_REPORTS": True,"EMBEDDED_SUPERSET": True}
   ALERT_REPORTS_NOTIFICATION_DRY_RUN = True
   WEBDRIVER_BASEURL = "http://superset:8088/";  
   
   WEBDRIVER_BASEURL_USER_FRIENDLY = WEBDRIVER_BASEURL
   SQLLAB_CTAS_NO_LIMIT = True
   
   
   WTF_CSRF_ENABLED = False
   
   
   
   
   ENABLE_CORS = True
   ALLOW_CORS = True
   # CORS Enabling 
   CORS_OPTIONS = { 
       "supports_credentials": True, 
       "allow_headers": "*", 
       "expose_headers": "*", 
       "resources": "*", 
       "origins": ["http://localhost:3000","http://localhost:8088";] 
   }
   
   OVERRIDE_HTTP_HEADERS = {'X-Frame-Options': 'ALLOWALL'}
   TALISMAN_ENABLED = False
   
   
   GUEST_ROLE_NAME = "Gamma"
   
   
   ### Checklist
   
   - [x] I have searched Superset docs and Slack and didn't find a solution to 
my problem.
   - [x] I have searched the GitHub issue tracker and didn't find a similar bug 
report.
   - [x] I have checked Superset's logs for errors and if I found a relevant 
Python stacktrace, I included it here as text in the "additional context" 
section.


-- 
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