Closed amellnik closed 7 years ago
When I go to the domain I get a file which contains
<script type="text/javascript" src="main.84db472f89bc93390874.bundle.js"></script>
but the one on the ftp contains
<script type="text/javascript" src="main.5f8b436ca3baa7f42a6f.bundle.js"></script>
which references the correct files.
The error we see right now Uncaught SyntaxError: Unexpected token <
is because it tries to load main.84db472f89bc93390874.bundle.js
which doesn't exist, and our .htaccess rule does its thing and returns index.html
, which gives this error since it's not js. (Details here).
Yeah, this is this comment:
https://github.com/JuliaDiffEq/DiffEqOnline/issues/8#issuecomment-272714351
It seems to go down for a bit and then fix itself over time. No idea why the delay is so long though.
Hmm yeah maybe look into the documentation or help section for your host -- I wonder if there's a way to reset the cache.
Yeah, it's back up now. From the chat logs it looks like it puts it down for about 30 minutes.
Found out how to reset the cache to make this faster.
It looks like the domain is serving up an older version of
index.html
than the one that is on the ftp site at the moment -- any idea what might be causing this? Is there some sort of caching set up?