thiagoelg opened a new issue, #2374: URL: https://github.com/apache/incubator-kie-issues/issues/2374
In the 10.2.0 release of the `kie-sandbox-distribution` docker-compose.yaml file, some CORS Proxy-related env vars were not added to the service. These are the missing env vars and their required values: ``` CORS_PROXY_ALLOWED_ORIGINS: "http://localhost:9090" CORS_PROXY_ALLOWED_HOSTS: "*" ``` -- 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]
