Ling
Ling
fix: https://github.com/imgly/background-removal-js/issues/78 I still had a problem with loading the node lib on Nuxt3 (server) I believe this is the way to fix that issue where the dependency could not...
I previously raised an issue at https://github.com/vue-email/nuxt/issues/11 and subsequently closed it, believing the problem originated from my deployment method via Jenkins. However, I now suspect there might indeed be an...
**Last working version:** v0.5.11 **Issue description:** After updating past v0.5.11, setUserSession is no longer updating the session immediately after login when adding user data in the fetch hook. The session...
Using a collection with settings like this in components/blocks and in the app.vue ```js const { logoLight, phone, callButtonText } = await getCollectionData("settings"); ``` Sometimes some pages are cached with...