Replies: 1 comment 3 replies
-
|
http: If allow_embedding true sets appropriate headers for framing (maybe X-Frame-Options: ALLOWALL). Or enable CORS via flag --cors-allow-origin. If not sure, suggest checking config.yaml and adding: http: Or if using Docker, set env var BNG_CORS_ALLOW_ORIGIN.g |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm running BIrdNET-Go on one server and embedding its UI in my Home Assistant UI on another server using the BNG
allowembeddingoption. Viewing the BNG UI is working fine. The only things that don't work are updates from the HA UI back to BNG like updating settings or reading notifications (which tries to mark them as 'read'). Is there a way to allow updates (HTTP POST requests) in this scenario?Beta Was this translation helpful? Give feedback.
All reactions