We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
// https://nuxt.com/docs/api/configuration/nuxt-config export default defineNuxtConfig({ devtools: { enabled: true }, modules: [ "nuxt-purgecss", "@nuxt/image", "@nuxtjs/partytown", "@productdevbook/chatwoot", ], partytown: { debug: true, forward: [ "chatwootSDK.run", "chatwootSDK.run", "$chatwoot.toggle", "$chatwoot.toggle", "$chatwoot.isOpen", "$chatwoot.isOpen", "$chatwoot.websiteToken", "$chatwoot.websiteToken", ], }, ..... chatwoot: { init: { websiteToken: "exampleToken", baseUrl: "https://chat.hostname.com", }, // If this is loaded you can make it true, https://github.com/nuxt-modules/partytown partytown: true, }, });
N/A
nuxt 3
yarn
The text was updated successfully, but these errors were encountered:
cc: chatwoot/chatwoot#5295
Sorry, something went wrong.
No branches or pull requests
Describe the bug
Recording.2023-12-19.161821.mp4
I think the problem is in Iframe
Nuxt 3
Reproduction
N/A
System Info
Used Package Manager
yarn
Validations
The text was updated successfully, but these errors were encountered: