albertwgchu edited a comment on issue #13697:
URL: https://github.com/apache/superset/issues/13697#issuecomment-841526580


   So I am using docker and 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'
   
   This gets me past the login screen CSRF issues above 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?
   
   
![image](https://user-images.githubusercontent.com/11964537/118336041-26abfb80-b4ce-11eb-9eb5-d8255440cfd1.png)
   
   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]

Reply via email to