FullPageOS icon indicating copy to clipboard operation
FullPageOS copied to clipboard

Cannot access FullPageDashboard from another computer on the same network.

Open AirWind001 opened this issue 2 years ago • 5 comments

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

AirWind001 avatar Nov 03 '22 16:11 AirWind001

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

2O23 avatar Nov 06 '22 01:11 2O23

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

AirWind001 avatar Nov 07 '22 01:11 AirWind001

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

guysoft avatar Nov 07 '22 09:11 guysoft

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

AirWind001 avatar Nov 07 '22 15:11 AirWind001

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

Hidden-Joker avatar Jun 07 '23 19:06 Hidden-Joker