badman-rodriguez commented on issue #10087:
URL: 
https://github.com/apache/incubator-superset/issues/10087#issuecomment-646171836


   @dpgaspar So i realized its not a permissions issues, its a multiple process 
issue (also listed in that stack overflow)
   
   its when i was creating the superset admin user:
   ```
    superset fab create-admin \
                 --username admin \
                 --firstname Superset \
                 --lastname Admin \
                 --email [email protected] \
                 --password admin
   ```
   
   i was using `docker-init.sh` before the usage of the `docker-entrypoint.sh`
   obviously... that's not working. When should i create the admin user in the 
Dockerfile? i havent been able to succesfully create it and have it run 
properly.


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