Julian Derungs
Julian Derungs
Using `@nuxt/[email protected]`. I had a similar issue getting 500 errros loading images with default provider `ipx`. looking into the actual response of the server route it stated: ```plaintext "[500] [IPX_ERROR]...
I'm experiencing the same issue when trying to connect to self-hosted supabase on running dockers (locally): - `@supabase/[email protected]` - `supabase/realtime:v2.0.2` - `supabase/postgres:14.1.0.89` - `supabase/gotrue:v2.40.1` - `kong:2.8.1` - `postgrest/postgrest:v9.0.1.20220717` - `supabase/postgres-meta:v0.52.1`
awesome suggestion! really like the idea to automate the process of generating release notes in a smart way - maybe it could be even possible to pull information from related...
@shtse8 sorry for the late response here. the current version is compatible with nuxt v2 - a version compatible with nuxt v3 is in the works. I'll keep this issue...
@liamb13 I'm indeed struggling to find a proper way to solve this in nuxt v3. Grabbing the components in the module to read (or generate) dynamic import paths is doable....
@liamb13 & @shtse8: I found a way to do it. Had to rewrite the hydration part myself instead of using `vue-lazy-hydration` but I got a working prototype now. I'll test...
@liamb13 thought about that too. how about having props aswell concrete as dynamic so you can choose which way you want to configure the component: ```html ``` WDYT?
@liamb13 @mbeckershc @shtse8 a preversion is ready to be tested with nuxt v3: ``` yarn add @blokwise/dynamic@next ``` the docs are not updated yet, neither are the tests. the component...
hey @mbeckershc thanks for testing and for your response. I'll try to reproduce your issue and get back at you with feedback. The warnings shouldn't be a problem, but need...
@mbeckershc I found and solved the issue regarding the error `[nitro] [dev] [unhandledRejection] ReferenceError: ref is not defined` in the latest version - testing looked well on my side. you...