Container Sandboxes do not update / seem broken #5525
Unanswered
NullVoxPopuli
asked this question in
General
Replies: 1 comment
-
I've check your example sandbox. Hot-reload is not working, unfortunately, but I see the new content if I reload the preview window. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I made some file changes to https://codesandbox.io/s/hardcore-drake-hz7kw?file=/app/templates/application.hbs
which was forked from: https://codesandbox.io/s/github/NullVoxPopuli/ember-new-output/tree/stable-sans-linting
The server booted, and then never updated the preview. There have been no errors in the console/terminal.
I tried opening a new terminal to check
git status
to see if my changes were even saved, but the terminal is just blank no prompt at all.Also, the
Problems
tab (and the editor squiggly) show an eslint error.Update:
it looks like the files did save, but the running server seems to be forever cached somehow? even though I've restarted the container and the server?
Update again:
after clicking "Restart Server" again, it seems to work.
What can be done about this? I've had absolutely the worst experience with container sandboxes 😢
Beta Was this translation helpful? Give feedback.
All reactions