You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 20, 2025. It is now read-only.
Can you give me more details about the browser you use and the options set for the plugin? I cannot reproduce the error you're facing.
This call is performed in onload callback, so I don't see why window.zE wouldn't be defined.
Did you check your Zendek key? Are your sure you can load the widget with a simple <script> tag?
@simonmaass - I guess you're using Nuxt or some kind of SSR for your app?
If Nuxt, when you add the plugin to your nuxt.config.js, you should register it as client plugin only like this:
plugins: [
'~/plugins/foo.client.js', // only in client side
...
]
or like this:
plugins: [
{ src: '~/plugins/client-only.js', mode: 'client' }, // only on client side
...
]
With this settings you should not experience any error like the one you describe.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
We are seeing some errors in sentry in the "onload" part:
The text was updated successfully, but these errors were encountered: