Skip to content

Chromium Dev Tools / Inspect #590

Answered by Draracos
Draracos asked this question in Q&A
Sep 12, 2024 · 1 comments · 5 replies
Discussion options

You must be logged in to vote

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

# Standard behavior - runs chrome
chromium-browser --ignore-certificate-errors --kiosk --touch-events=enabled --disable-pinch --noerrdialogs --disab…

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@Draracos
Comment options

@Draracos
Comment options

@guysoft
Comment options

@Draracos
Comment options

Answer selected by guysoft
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants