BinCheng

Results 48 comments of BinCheng

@cu233 Thank you so much for your use & feedback! The specific problem has been pinpointed because **` poem` had a breaking change** and needed all downstream dependencies to be...

> > I've fixed it. > > Looks the issue is still alive :) > > I`ve just tried to build V1.31, #https://github.com/BinChengZhao/delicate/releases/tag/V1.3.1 with poem 1.0.22 (bump 1.05 in utils...

> Thank you! > > I checked it having set all your .delicate-rs.com domains to localhost. > > But still infinite LOADING ( although I turned off cors). api/user/check responded...

> # Customized scheduler domain. > # Required > SCHEDULER_DOMAIN=web-local.delicate-rs.com > > # Customized scheduler-front-end domain. > # Required > # Setting this item makes it easier to handle cross-domain...

> I just try using your setting, so my hosts file has `127.0.0.1 www.delicate.com api.delicate.com delicate.com api-local.delicate.com api-local.delicate-rs.com delicate-rs.com web-local.delicate-rs.com` > > http://api-local.delicate-rs.com:8090/api/tasks_state/one_day gives a good response : `{"code":-1,"msg":"Please log...

> Sorry but this changed nothing. > > ``` > # Customized scheduler domain. > # Required > SCHEDULER_DOMAIN=http://api-local.delicate-rs.com > > # Customized scheduler-front-end domain. > # Required > #...

> 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...

> Ok, lets try nginx proxy > > But nginx crashed with the example from your readme: > > ``` > # Proxy delicate-scheduler server . > location /api {...

> I think you can add a comment about this placeholder in the example. The path of your front-end request is `web-local.delicate-rs.com:8899`, This does not work, it must be `web-local.delicate-rs.com`...

> 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...