strange issue inside a cefsharp browser #15315
Unanswered
dominik-b13
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello i get a strange error when opening my website inside a cefsharp browser, which injects a javascript binding for communication.
This is the error in the javascript console
Uncaught ReferenceError: __DEFINES__ is not defined at env.ts:17:17
env.ts is from node_modules/vite/dist/client
The vite dev server is running for a while after opening the page inside the cefsharp browser
then after a while it crashes
it works completly fine in chrome and firefox
any ideas ?
Beta Was this translation helpful? Give feedback.
All reactions