kito-arch commented on issue #20319:
URL: https://github.com/apache/superset/issues/20319#issuecomment-3089019624

   In my case, loader didn't go away after login. 
   Here is what fixed it: 
   1. Go to frontend directory: `cd superset-frontend`
   2. Delete node modules: `rm -rf node_modules`
   3. Delete package-lock.json file
   4. `npm cache clean --force`
   5. `npm i`
   6. `npm run build`
   
   Loader was still there, so I tried changing the port: 
   `superset run -p <some other port than 8088> --with-threads --reload 
--debugger --debug`
   
   And then it worked. 


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