Galli
Galli
Same here. Subscribing.
@kadlinobit @benjamincanac thanks, the error is gone. I'm still struggling with top-level 'await' is not allowed is script setup, so I can't really test fetching data. But this is a...
useAsyncData is not available in bridge. My problem was that I can't use e.g. fetchUser like described here in the docs: https://strapi.nuxtjs.org/usage#fetchuser I get this error: ``` Module Error (from...
Same problem here with timber-starter-theme v2.0 (as mentioned above by antoineLZCH). I get a fatal error: Fatal error: Uncaught RuntimeException: Directory name must not be empty. in /var/www/html/web/app/themes/dlv-theme/vendor/palmiak/timber-acf-wp-blocks/timber-acf-wp-blocks.php:294 In v2.0...
Same here.
No, sorry, for me @formkit/nuxt@next works now with Nuxt3 RC11
Worked for me with pnpm (removing and adding again).
Is it planned to make it compatible for Nuxt3?
@mayashavin thanks! Great news! I think nuxt-image isn't nuxt3 ready, too. But I will give the URL builder a try. Thanks!
As workaround I overwrote the existing core controller. There I get the missing relation (location in my case) ``` export default factories.createCoreController('api::tgroup.tgroup', ({ strapi }) => ({ async find(ctx) {...