nuxt-modules / partytown

Partytown integration for Nuxt. Run third-party scripts from a web worker.
MIT License
318 stars 8 forks source link

Crisp Chat not showing up #66

Closed tfcbot closed 2 years ago

tfcbot commented 2 years ago

Hi,

Thanks for the work on this plugin. I am trying to integrate Crisp with my Nuxt3 site. Below is my nuxt.config.ts file. I followed the instructions from the README but I am still running into issues. I have a question out with the Crisp team for help as well.

Does Nuxt not do well with third-party chat apps? Almost everything I've tried has not worked. Any help would be appreciated, I'm not even sure where to look for troubleshooting.

Screenshot Capture - 2022-04-27 - 20-53-53

danielroe commented 2 years ago

This is likely because of a change in nuxt itself from meta to app.head in defining any metadata in nuxt.config.

I'm updating the docs - thanks for the ping! Let me know if that doesn't resolve things for you...