Antonio-RiveroMartnez commented on issue #23485:
URL: https://github.com/apache/superset/issues/23485#issuecomment-1532204390

   @waleedshabbir1  based on your description about getting redirected to login 
page, I believe it's not the chart itself nor the embedded solution but some 
missing configuration on the public role.
   
   In order to your chart to be publicly accessible you must specify have a 
public role or use the `PUBLIC_ROLE_LIKE` in the config, this role must have 
permissions set so it can properly read the chart and also you must add public 
role to access the chart.
   
   some permissions you might need are:
   
   ```
   can write on ExploreFormDataRestApi,
   can read on ExploreFormDataRestApi,
   ```


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