squalou edited a comment on issue #9732:
URL: https://github.com/apache/incubator-superset/issues/9732#issuecomment-625276121
Sure, it all depends what you have in front of your superset intallation.
(could be apache, nginx, whatever).
In my case I have a load balancer that makes some magic on hosts and urls to redirect queries
to a server.
`/api/v1` uri's were redirected to another service. => superset never received them
=> superset front never got answers
I had to reorder priorities as they should always have been : if host = superset =>
all queries go to superset server.
----------------------------------------------------------------
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:
users@infra.apache.org
---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org
|