First up: apologies for the incomplete bug report. Rephrased, I have only somewhat vague steps that led to my situation. Feel free to dismiss my bug report as “Need more info”, but, FWIW:
- I was playing around with a project, specifically doing some work in the CSS.
- I typed some sass inside the css file (
&:hover {...}
nested inside another selector) before realizing what I was doing - I don’t know the details of less, but figured it was worth a try so I switched to “Less” with the dropdown at the top of the file
- I saw the seperate window with the preview reload, but it showed the JSON for a 503 error
- I switched back to css in the editor
- I hard-refreshed the preview window
Results:
- Result: the
style.css
file 404s now in the preview - Expected: the old state of my app
Then, following this, I opened the collaboration link for my project (“tree-scribe”) which I had saved at the start, in a fresh incognito window:
- Result: the app apparently sticks at “Fetching…”, even though the Network tab shows all things loaded.
- Expected: able to join the project again.
See also this:
Note: in my “old” existing browser window the app is still “live” and I can switch between files normally. The existing preview window at https://tree-scribe.hyperweb.space/ can also be reloaded normally (though with the style.css
file 404ing). FWIW, here’s the window currently (I’ve refreshed a few times :D):
Edit: Alas, apparently you can only post 1 screenshot as a new user. (Shame Discourse only tells you after uploading it and finishing your post… :’( )
I’ll leave the state of “tree-scribe” as is for now, should it be of any use to you.
Again, I know this is a somewhat vague bug report, so feel free to ignore it if it’s not worth investigating