Authentication not consistent? #1053
-
Hi, |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Also having issue with write to disk using gui editor. It will add them locally to browser but upon refresh is gone until another yarn build again. I discovered yarn build-watch and it does allow for conf.yml changes to immediately take effect. |
Beta Was this translation helpful? Give feedback.
-
Solution was to build image with dockerfile. It will start yarn, build, + wait for changes. Finally, run start command to serve up the built applicationCMD [ "yarn", "build-and-start" ] |
Beta Was this translation helpful? Give feedback.
Solution was to build image with dockerfile. It will start yarn, build, + wait for changes.
Finally, run start command to serve up the built application
CMD [ "yarn", "build-and-start" ]