0
We developed a page using Laravel to load on Raspberry Pi
Load normally, only there was a need to change technology. We did not change to angular/cli
The angled page does not connect.
Gives Gah! your tab just crashed
, if I try to access the api in nodejs by the address bar of rasp firefox browser it does not connect.
The same system has been tested on other computers and loads normal
The Raspberry PI has some limitation to load pages made with angular?
What browser version are you using? And nothing appears on the console?
– Sorack
Do you have the environment with Node configured in Raspberry?... How is the project startando?
– Tuxpilgrim
The browser is Firefox ESR 52.9.0 (32-bit)
– adventistaam
@Tuxpilgrim No. Node is on the server.
– adventistaam