-
Notifications
You must be signed in to change notification settings - Fork 2
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
Refresh page doesn't load correctly the CSS style while loading files #9
Comments
After refresh it is suppose to redirect to the previous page via JavaScript back. But I'm not sure why the CSS is not loading. if you inspect the page and look for the CSS links in the HTML does theses links works?
|
Ah I think I had the same problem when running the server locally, but no issues when deploying online |
Ok, I'll try on the server to see if it works differently, thanks! |
Trying in the server: https://eapl.mx/timeline/refresh?url=https://eapl.mx/twtxt.txt The page behaves similarly than on local. Keeps loading for a few seconds (I assume it's loading all the files) and briefly shows the full progress bar before redirecting to I don't know how to solve it yet, showing progress after each file is loaded. |
I can't test it, since i don't know your password;) I might also be something with the config of your server and php. |
I'm thinking of leaving an 'open' server with the latest main branch to test. 🤔 |
You can check it with the sandbox in #18 |
@eapl-gemugami Do you still have this problem? I've just given it a try and it loaded just fin. |
Not this exact problem with CSS although it's giving some other errors: I'll close this Issue and create a new one. |
One of the problems I see is the same as in #23 |
I'm trying to run a new instance, so I'm first testing locally (on Linux Mint).
When I run
./php_server.sh
from the latest main branch, and visiting the following URL:http://localhost:8000/refresh?url=https://eapl.me/twtxt.txt
While the files are being loaded it seems like the style sheet is not being applied:
And after the page finishes loading the files, it changes briefly to the usual CSS style before redirecting to the home page:
Is that expected for the latest state of main or do I have a bad configuration from my side? Thanks!
The text was updated successfully, but these errors were encountered: