Flinty
Flinty
Explore posts from servers
NNuxt
Created by Flinty on 9/3/2024 in #❓・help
OgImage - Crashing app
Bump again, would really appreciate the help!
5 replies
NNuxt
Created by Flinty on 9/3/2024 in #❓・help
OgImage - Crashing app
Bump
5 replies
NNuxt
Created by Flinty on 7/28/2023 in #❓・help
API Request not being triggered
I'll give it a go, thanks for the suggestion
10 replies
NNuxt
Created by Flinty on 7/28/2023 in #❓・help
API Request not being triggered
Would that make a difference?
10 replies
NNuxt
Created by Flinty on 7/28/2023 in #❓・help
API Request not being triggered
See I use useLazyFetch in another Nuxt 3 project, with 0 issues. Main difference is it uses client only for a higher level wrapper
10 replies
NNuxt
Created by Flinty on 7/28/2023 in #❓・help
API Request not being triggered
I'll note that it works fine, should I refresh while on the /communities endpoint
10 replies
NNuxt
Created by Flinty on 4/16/2023 in #❓・help
useLazyFetch error Nuxt 3.4
Yeah I removed the && player part and it had the same issue
29 replies
NNuxt
Created by Flinty on 4/16/2023 in #❓・help
useLazyFetch error Nuxt 3.4
Thanks dude
29 replies
NNuxt
Created by Flinty on 4/16/2023 in #❓・help
useLazyFetch error Nuxt 3.4
Got that's stupid
29 replies
NNuxt
Created by Flinty on 4/16/2023 in #❓・help
useLazyFetch error Nuxt 3.4
changing the v-else to v-else-if="player" worked
29 replies
NNuxt
Created by Flinty on 4/16/2023 in #❓・help
useLazyFetch error Nuxt 3.4
So on my page I have
<page-loading v-if="pending && player!=null"/>
<div class="grid grid-cols-1 lg:grid-cols-4 gap-0 min-h-full pt-2 lg:pt-0 lg:relative" v-else>
....my actual content
<page-loading v-if="pending && player!=null"/>
<div class="grid grid-cols-1 lg:grid-cols-4 gap-0 min-h-full pt-2 lg:pt-0 lg:relative" v-else>
....my actual content
is that not enough?
29 replies
NNuxt
Created by Flinty on 4/16/2023 in #❓・help
useLazyFetch error Nuxt 3.4
No description
29 replies
NNuxt
Created by Flinty on 4/16/2023 in #❓・help
useLazyFetch error Nuxt 3.4
I do have another issue tho if you're not busy
29 replies
NNuxt
Created by Flinty on 4/16/2023 in #❓・help
useLazyFetch error Nuxt 3.4
😩
29 replies
NNuxt
Created by Flinty on 4/16/2023 in #❓・help
useLazyFetch error Nuxt 3.4
!== should've been !=
29 replies
NNuxt
Created by Flinty on 4/16/2023 in #❓・help
useLazyFetch error Nuxt 3.4
got*
29 replies
NNuxt
Created by Flinty on 4/16/2023 in #❓・help
useLazyFetch error Nuxt 3.4
Ah I get it
29 replies
NNuxt
Created by Flinty on 4/16/2023 in #❓・help
useLazyFetch error Nuxt 3.4
So why does let {data:data, pending:pending, refresh:refresh, error:error} = await useLazyFetch(url, {headers:headers}) present an error, when let {data:data, pending:pending, refresh:refresh, error:error} = await useFetch(url, {headers:headers}) works just fine?
29 replies