My project at https://dailyworkout.glitch.me has been working perfectly, until this morning.
Sometimes the page loads, and other times it does not, and if I look at the developer console I am getting 404 errors, but for different files each time.
I don’t see why this would be an issue with my code, so is this an issue with Glitch?
Also, I am being bombarded with emails from UptimeRobot each time that service encounters a 404.
Just looked into this further, and Chrome seems to be showing the source for Glitch’s project not found page instead of manifest.json. Like I said, if I refresh the page sometimes its fine, but others its not.
So I had my typical round of ‘modules not found’ that can be fixed by running pnpm i. However when I tried opening both full console and the log console they did not load. Project strawbot
I had a similar issue after the outage this morning as well. Seems like something must still be corrupted after Glitch came back up earlier, but I don’t know enough about their back-end to even guess at what.
Remixing also resolved the issue for me (though I had to juggle project names afterwards for a sec to get the remixed copy back to the original name). The copy that went down seems to still have the issue, though it’s not actually in use anymore.
I was having this issue, and, as mentioned in this post, remixing seems to fix it (on the new copy). Otherwise we’ll have to wait for the glitch team to find and correct whatever this is, as it sounds like it is happening to quite a few projects.
When ever i try to access the console of my project I get the 404 page then i refresh and i can an error
Error: transport error then i wait and then the console comes up.
Thats the console error ^
But if i go to https://mythical-bots.glitch.me/ the page shows the starting up page then comes online, even though my project is online and working. I think this has to do with the issues this morning.
Hey @TeaCup I’m seeing some odd behavior on this project’s console as well. I don’t have a full solution for you, but it seems as though Remixing the project resolves the issue, so you might give that a try. Sorry for the bother!
Many of my projects were still broken too with the “Project Not Found Maybe a typo? Or maybe it’s been renamed?” error pages, but I just fixed them by editing the source files to trigger a server restart.
It seems to be happening only if I viewed the files via the domain (I’m using cloudfront to forward requests to the glitch subdomain) - if I viewed the files from the glitch subdomain it worked fine. I thought that cloudfront may have cached the error page, but I cleared the cache and it was still giving the error.
Anyway, like I said, restarting the server seems to have solved it.
Edit: See my post below - it’s still giving errors.
Actually, scrap that - I spoke too soon. Lots of projects still randomly giving the “page not found” errors. It seems to only be a problem when accessing files via a cloudfront domain (i.e. works fine when accessing the glitch.me subdomain directly), so maybe it’s something to do with glitch’s gateway not handling headers properly? My sites have never had this problem so I’m certain it has to do with the recent outage.
Since the recent outage my projects were fine for a while (1hr after outage). However, overnight I’ve received over 100 (I’m not joking) emails from Uptime Robot.
From the emails, it appears that the sites have been sending 404 (not found requests).
Thankfully, only three projects where flagged up by Uptime Robot (Although one project is quite important).
I’m having the same issue My projects are randomly going offline with “project not found” 404 pages. Lots of up/down/up/down/… messages from uptime robot indicating that projects seem to be working intermittently and then failing again (which is what I observe when trying to visit my sites too).
Ok, I think I caught all the posts about this that I could find.
We recently (within the last hour or so) deployed a change that seems to have resolved the issue for the couple of projects we could see the issue on, so we no longer have any projects that we can see the error on. If you all are continuing to run into issues, please let us know (a) the project name and (b) what specific problem you’re experiencing and we’ll take a closer look.
I think this problem is solved now. I’ve reloaded my page over 50+ times and all the resources loaded properly. I was getting 404 errors when loading css.
I was also having the 404 issue on numerous projects. Here is an image of uptime robot and you can see where the projects were down then up again. It was hours ago and since then uptime seems to have no issues. I will keep an eye out on it and let you know of any issues going forward.
I reload manually after editing in Glitch, and sometimes random files get 404. This is just some files not all files, and the issue disappears after another reload. This is frustrating because it slows the run-edit-debug cycle. This issue started appearing only recently.
I’m editing it over HTTP://, so Glitch’s automatic reload is inactive.