albertwgchu commented on issue #13697: URL: https://github.com/apache/superset/issues/13697#issuecomment-841526580
I added the following to my config: WTF_CSRF_ENABLED = False SESSION_COOKIE_SAMESITE = None SESSION_COOKIE_SECURE = False SESSION_COOKIE_HTTPONLY = False AUTH_ROLE_PUBLIC = 'Public' PUBLIC_ROLE_LIKE = 'Gamma' I don't get the login screen and I can see that the api requests for charts, datasets and dashboard succeed. However I'm getting a javascript error. @Riskatri did you run into this?  29db33713260b5a6d757.chunk.js:2 TypeError: Cannot convert undefined or null to object at values (<anonymous>) at spa.3b0a2a722a47bd99984d.entry.js:558 at spa.3b0a2a722a47bd99984d.entry.js:1436 at spa.3b0a2a722a47bd99984d.entry.js:558 at spa.3b0a2a722a47bd99984d.entry.js:1098 at 7ee55ea40fa185cf788d.chunk.js:1 at au (29db33713260b5a6d757.chunk.js:2) at mc (29db33713260b5a6d757.chunk.js:2) at t.unstable_runWithPriority (29db33713260b5a6d757.chunk.js:2) at Ia (29db33713260b5a6d757.chunk.js:2) -- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
