-
Hello, But there are times when we are developing a new dashboard and we need to see the Inspect tab, the Chrome Dev Tools, where you can inspect the page, and see what is being called, and what is failing. The Dashboards work fine on the a regular computer, and usually even work on a regular PI that lets us inspect the tabs properly, but we have issues on FullPageOS sometimes, and having access to this Inspect tool would provide helpful knowledge to let us better troubleshoot and fix the issues. When trying to inspect, none of the shortcuts work, and all the menus have the Developer Tools greyed out. Any assistance would be greatly appreciated. If anyone has a way to open these tools in FullPageOS, or if there is some way that we need to install it separately, Please let me know. It would be much more efficient than having our Developers spend countless hours throwing random stuff at it to try and make something stick. Lol. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
Hey @Draracos I am not sure if this is the flow you want but its a way to see it on FullPageoS. Another solution I never tried:
I didn't try that, but you should be able to start remote debugging on chromium. Also, since you have 300 pis, and it looks like its helping your business, I would warmly recommend making a donation to the project, its only me maintaining it out of my free time, no one pays me to do it. I have a non-related full time job. Its 100% free software. There is a donation button here: |
Beta Was this translation helpful? Give feedback.
Once we figured it out, it turned out to be quite simple of a fix for our issue, but again, this doesn't fix our need for a Debugging Tool.
The fix we found is specifically for Certificate Errors causing the site to not load on FullpageOS. You can do this physically on the PI by opening another terminal with ctrl+alt+f2 or f3. In the filesystem of the PI, sudo nano ./scripts/start_chromium_browser to open the starting script for chromium. Then edit the # Standard behavior - runs chrome section to include --ignore-certificate-errors like below