A remaining side effect is that original Glitch custom domains are not routing to projects, including glitch.new functionality. We hope to restore that functionality in the next few days.
Unfortunately this has affected my main links page andypiper.me which is one I frequently have linked in my profiles etc.
The underlying app andypiper.glitch.me is there but is in some weird reload loop on the front-end (I don’t see errors in the app console / log) - that was not happening before.
Any clues / support / ideas on how to workaround would be welcome!
I feel like this has something to do with the way the vite server works with the hot module stuff, I had a similar issue in mine and I changed the vite.config.jshmr to this:
hmr: {
overlay:false
}
I also just deleted that section in a couple of projects, it affects the way Glitch refreshes the preview when you make changes but might be worth a try to get your site working in the short term at least.
Thank you very much! I had clientPort: 443 in there, and swapped to this, and my app is no longer being weird. Appreciate the tip! Fingers crossed for the domain stuff to be sorted before too long, but this is a fallback.
We haven’t figured out why this particular side effect happened (there’s a lot I don’t personally understand about how the vite server stuff is working on Glitch and that I’d like to tbh) but are continuing to investigate!