Jakub Andrzejewski

Results 347 comments of Jakub Andrzejewski

Yes, I was just testing out whether some of the changes actually make a change. The `optimization` object in build configuration is crucial here :)

Could you share more light what is the remaining issue? Or if there i no more help needed from my side you can also close the issue as well :)

@vionijannet I think the issue could be related to wrong usage of `useFetch` suggested by Daniel. But a proper reproduction on stackblitz could allow us to test it better :)

After my research, the `from` method does not work when imported in a standard way. I have managed to fix the problem with imports: ```vue {{ data1 }} {{ data2...

Hey, Could you create a [reproduction](https://nuxt.com/docs/community/reporting-bugs/#create-a-minimal-reproduction) on stackblitz preferably? I will take a look at it as it seems quite interesting :)

Hey, I checked the stackblitz repro but it does not seem to be related to the bug description (your screenshot does not match the stackblitz, I cannot reproduce it basically)....

@sjokara I am closing the issue as the answer/fix was given and there is no further details. If the problem will occur, please reopen the issue :)

Hey, Just out of curiosity, why are you not using the [directus module](https://github.com/directus-community/nuxt-directus) for nuxt?

What about wrapping your directus call with a `onMounted` or inside `useAsyncData` like following? ```vue test const { $directus } = useNuxtApp(); console.log($directus); onMounted(async () => { const usr =...

Hmm, it seems that it does not work on either top lever await nor on useAsyncData.