mostopalove commented on issue #28179:
URL: https://github.com/apache/superset/issues/28179#issuecomment-2677652482

   Hello, @kushalmraut I managed to fix this issue using Superset [version 
4.1.1](https://github.com/apache/superset/releases/tag/4.1.1).
   You need to make sure that guest token request body contains list of 
resources:
   ```
   resources: [
     {
       type: "dashboard",
       id: "your-dashboard-uuid",
     },
   ]
   ```
   Also you can compare your Superset configuration with 
[mine](https://github.com/mostopalove/superset-4.1.1-embedded)


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