martin-g commented on PR #2059: URL: https://github.com/apache/datafusion-ballista/pull/2059#issuecomment-5006160664
> thanks @martin-g, it looks good, but it does redirect but for some reason im getting scheduler down when i run with default configuration, not sure why You fine the error in the browser Dev Tools > Console (or Network) tab. By default the Scheduler web server allows Ajax requests from localhost:8080 and https://nightlies.apache.org: https://github.com/apache/datafusion-ballista/blob/fbd8525bc6da6ffe2d6dc8f426678b246c7df522/ballista/scheduler/src/api/routes.rs#L88-L89 So, unless you overwrite this with `--cors-allowed-origins=...` when starting the Scheduler this shouldn't be the reason. -- 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]
