a0123055u commented on issue #32287:
URL: https://github.com/apache/superset/issues/32287#issuecomment-2674165978

   @alisharifi2000 i faced similar issue, was using custom auth for 
authentication, if you are running the superset as docker, make sure the 
host.docker.internal is enabled in your local machine using this command 
"docker run --rm alpine nslookup host.docker.internal",
   if the above shows as unknown, Then switch the localhost to ip of the 
machine, if using linux can find it using ip route | awk 'NR==1 {print $3}' . 
Once you replace the localhost to this , it must work. last try if possible 
make the keyclock host to be 0.0.0.0 to receive request from any host. Good 
Luck !!
    
   


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