makorne
makorne
Sorry but this changed nothing. ``` # Customized scheduler domain. # Required SCHEDULER_DOMAIN=http://api-local.delicate-rs.com # Customized scheduler-front-end domain. # Required # Setting this item makes it easier to handle cross-domain issues....
Now frontend is http://web-local.delicate-rs.com:7000/ This url is opened in chrome and firefox on screenshots. I did not modify the code, only add ``` let cors = Cors::new() .allow_origin(&scheduler_front_end_domain) //added: .allow_origin("api-local.delicate-rs.com:8090")...
Ok, lets try nginx proxy But nginx crashed with the example from your readme: ``` # Proxy delicate-scheduler server . location /api { proxy_set_header X-Forwarded-For $remote_addr; proxy_set_header Host $http_host; proxy_pass...
I think you can add a comment about this placeholder in the example. Hurrach!! We have the same result over nginx proxy. :) 
Bingo! Strange but looks like it works only on 80 port! I think it is better to add the info about this to the example and what to do for...
I checked - 677Mb with different cookies and sites data Removed yesterday`s cookie from delicate-rs.com And now Hurrah I get error message!!!  Cookies exist:  > is adding Grpc...
Anyway api.delicate-rs.com pointed to my localhost hosts: `127.0.0.1 www.delicate.com api.delicate.com delicate.com api-local.delicate.com api.delicate-rs.com api-local.delicate-rs.com delicate-rs.com web-local.delicate-rs.com` ``` # Customized scheduler domain. # Required SCHEDULER_DOMAIN=http://api.delicate-rs.com:8090 # Customized scheduler-front-end domain. # Required...
No errors... Try empty SCHEDULER_NAME. Ok lets try SCHEDULER_NAME=THEBEST YEEEES! THEBEST loads dashboard!!! Thank you for your GREAT help!!!!
Created task:  Execute task (ls -la;) -> Success  View task log -> Empty  executor: ``` Nov 10 09:11:16.519 INFO main poem::server: listening addr=socket://0.0.0.0:9080 Nov 10 09:11:16.519 INFO...
But it does not have the required * in the form. And I tried before with node 1 with the same result. Ok, I found how to do it!! Hurrah!!!...