makorne

Results 78 comments of 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. :) ![Delicate_Screenshot_2021-11-08_17-59-05](https://user-images.githubusercontent.com/26540498/140730783-283a76a1-4b4e-4d96-82ca-f7da92376e4e.png)

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!!! ![Delicate_Screenshot_2021-11-09_16-24-20](https://user-images.githubusercontent.com/26540498/140898435-711ed31f-cee7-4051-9737-e60dc0535cf1.png) Cookies exist: ![Delicate_Screenshot_2021-11-09_16-30-50](https://user-images.githubusercontent.com/26540498/140898736-ebb1f021-db36-45ef-b190-9eb3bcc34162.png) > 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: ![Delicate_Screenshot_2021-11-10_10-13-46](https://user-images.githubusercontent.com/26540498/141043153-fa2dd1e6-affb-4c3e-acfb-8394bb82e76b.png) Execute task (ls -la;) -> Success ![Delicate_Screenshot_2021-11-10_09-33-48](https://user-images.githubusercontent.com/26540498/141040388-5089d34b-41a5-4c46-be63-90e48fbb453b.png) View task log -> Empty ![Delicate_Screenshot_2021-11-10_09-34-48](https://user-images.githubusercontent.com/26540498/141040519-7df09bed-0178-4b9b-be03-e5ebd357b2cf.png) 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!!!...