Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Front end down #9

Closed
amellnik opened this issue Jan 15, 2017 · 6 comments
Closed

Front end down #9

amellnik opened this issue Jan 15, 2017 · 6 comments

Comments

@amellnik
Copy link
Contributor

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?

@amellnik
Copy link
Contributor Author

amellnik commented Jan 15, 2017

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.

@amellnik
Copy link
Contributor Author

amellnik commented Jan 15, 2017

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).

@ChrisRackauckas
Copy link
Member

Yeah, this is this comment:

#8 (comment)

It seems to go down for a bit and then fix itself over time. No idea why the delay is so long though.

@amellnik
Copy link
Contributor Author

Hmm yeah maybe look into the documentation or help section for your host -- I wonder if there's a way to reset the cache.

@ChrisRackauckas
Copy link
Member

Yeah, it's back up now. From the chat logs it looks like it puts it down for about 30 minutes.

@ChrisRackauckas
Copy link
Member

Found out how to reset the cache to make this faster.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants