White screen
I have installed the repetier server pro v. 1.0.4 on raspberry pi 4b. web interface
is working fine on my ios, but doesnt work on windows computer. www is
working but has a white screen. any idea how to fix that?
Comments
What url are you using on desktop? Can you run in console on windows:
ping ipOfPi
to see it is reachable from the computer.
ifconfig
in ssh-shell will show you how pi network is configured.
route -n
will show routing entries. Normally they are received from network(router) dhcp server. As long as you can not ping the pi web interface will also not work. For debugging you can try connecting with ethernet cable as well - then you normally have direct access and can check why wifi is wrong.