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
It creates an error [nuxt] error caught during app initialization Error: 'AW-*' is not a valid GTM-ID (/^GTM-[0-9A-Z]+$/). Did you mean 'GTM-*'?, which is issue one.
However, it also creates very unintuitive error when using Vuetify for a project, namely nuxt.js?v=49ff4004:96 [nuxt] error caught during app initialization Error: [Vuetify] Could not find defaults instance. Lots of functionalities don't work with that setup.
…-gtm' plugin to improve code readability and remove potential confusion
🔒 chore(nuxt.config.ts): temporarily disable GTM plugin due to unresolved issue (zadigetvoltaire/nuxt-gtm#15) and add a TODO comment for future reference
It creates an error
[nuxt] error caught during app initialization Error: 'AW-*' is not a valid GTM-ID (/^GTM-[0-9A-Z]+$/). Did you mean 'GTM-*'?
, which is issue one.However, it also creates very unintuitive error when using
Vuetify
for a project, namelynuxt.js?v=49ff4004:96 [nuxt] error caught during app initialization Error: [Vuetify] Could not find defaults instance
. Lots of functionalities don't work with that setup.Repo to reproduce: https://github.com/Doyban/Doyban-Website/tree/cab0e05bd28d2e11241b88a72087c001dc2ba188
I tried Node 16/18/20, Vuetify with/out SSR, and the same issue.
The text was updated successfully, but these errors were encountered: