Modify to work in an non-internet connected environment, loading locally (on same network) hosted http pages. FullPageOS is staying on the splash screen #607
-
What were you doing?Modify to work in an non-internet connected environment. What did you expect to happen?Local site to open What happened instead?FullPageOS is staying on the splash screen Was there an error message displayed? What did it say?None Version of FullPageOS?0.14.0 Screenshot(s) showing the problem:[If applicable. Always include if unsure or reporting UI issues.] If you are building FullPageOS - provide a build.log that is created for the build |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Check if the page you are trying to access is indeed accessible. You can disable the network check and then it would work. Use ctrl +t to open a new tab once the browser loaded. Put in a file called /boot/firmware/check_for_httpd the word disabled. Also converting to a discussion sine this is not a bug. |
Beta Was this translation helpful? Give feedback.
Check if the page you are trying to access is indeed accessible.
You can disable the network check and then it would work. Use ctrl +t to open a new tab once the browser loaded.
Put in a file called /boot/firmware/check_for_httpd the word disabled.
Code that checks that is here:
https://github.com/guysoft/FullPageOS/blob/devel/src/modules/fullpageos/filesystem/opt/custompios/scripts/run_onepageos#L9
Also converting to a discussion sine this is not a bug.