guysoft / FullPageOS

A raspberrypi distro to display a full page browser on boot
GNU General Public License v3.0
3.79k stars 229 forks source link

Cannot access FullPageDashboard from another computer on the same network. #442

Open AirWind001 opened 1 year ago

AirWind001 commented 1 year ago

I tried to access the fullpagedashboard from my laptop which is connected to the same wifi network that the RPi is using. i tried both addresses http://fullpageos.local/FullPageDashboard and http://<!ip_address>/FullPageDashboard but it says " localhost connection refused image

Wheres on RPi when viewed from VNC the dashboard works fine image

Version of FullPageOS

pi@fullpageos: $ cat /etc/fullpageos_version 0.12.0

2O23 commented 1 year ago

Hello, find the local address of the pi ( ex : 192.168.1.6 ) and try to go like this : http://192.168.1.6/FullPageDashboard

AirWind001 commented 1 year ago

Hi, thanks for the reply.

That's what I've done actually, you can see in the first screenshot I've entered http://192.168.178.150/FullPageDashboard. You can also see that part of the UI loads but the content of each tab didn't load. Screenshot_20221107-023723_Chrome

guysoft commented 1 year ago

@AirWind001 Can you also provide the console output? For chrome: Option + ⌘ + J (on macOS), or Shift + CTRL + J (on Windows/Linux). For Firefox: Ctrl + Shift + J (or Cmd + Shift + J on a Mac

There is likely some kind of cross site policy of something like that.

AirWind001 commented 1 year ago

Thank you for the reply @guysoft below is the screenshot. when i hover my mouse to the center of the webpage it says "localhost refused to connect" image This is on my home network, and it shows the same result as before when i tried it on the office network. Also interesting to note ( if i didn't mention it already) that i can access other pages successfully (http://192.168.0.105/imagetest/) only the FullPageDashboard page has this issue image

Hidden-Joker commented 12 months ago

@AirWind001 Hello. The HTTP errorcode 403 says that you are trying to access an forbidden link. since you are trying to access a google calendar did you set an public accessible link in the settings of the google calendar? If you set your calendar public then it will be visible to other people including the google search machine.