isakwang
isakwang
Explore posts from servers
NNuxt
Created by isakwang on 8/27/2024 in #❓・help
Non fatal server error
if(!user) throw createError({code: '401', message: 'Unauthorized'})
7 replies
NNuxt
Created by isakwang on 8/27/2024 in #❓・help
Non fatal server error
yea sorry. I was thinking 401 and wrote the wrong thing
7 replies
NNuxt
Created by isakwang on 8/27/2024 in #❓・help
Non fatal server error
I can just return an object called error with a message, but I would like for the headers to be correct if possible
7 replies
NNuxt
Created by isakwang on 8/26/2024 in #❓・help
read cookie on server
I was just googling the wrong thing
3 replies
NNuxt
Created by Geyoumi on 8/26/2024 in #❓・help
nuxt 2 to nuxt3
3 replies
NNuxt
Created by Geyoumi on 8/26/2024 in #❓・help
nuxt 2 to nuxt3
start here. It´s hard to estimate the time without knowing the scale
3 replies
NNuxt
Created by isakwang on 8/26/2024 in #❓・help
read cookie on server
I am able to get the cookie, but it is of type string so item.id doesn´t work
3 replies
NNuxt
Created by Ayten on 8/8/2024 in #❓・help
Nuxt Content performance slows down when there are too many markdown files
is it slow locally or when deployed?
2 replies
NNuxt
Created by Rejox on 8/8/2024 in #❓・help
Host on Cloudfare Worker & Pages
npx nuxi analyze [--log-level] [rootDir] lets´s you see the size of each file
2 replies
NNuxt
Created by abd on 8/6/2024 in #❓・help
How to make a page height = the viewport height
This doesn´t <template> <div class="h-full"> <header class="bg-slate-800 h-16 text-center text-white"> This is the header </header> <Placeholder class="h-full" /> </div> </template>
12 replies
NNuxt
Created by abd on 8/6/2024 in #❓・help
How to make a page height = the viewport height
This fills the screen <template> <div class="h-screen"> <header class="bg-slate-800 h-16 text-center text-white"> This is the header </header> <Placeholder class="h-full" /> </div> </template>
12 replies
NNuxt
Created by abd on 8/6/2024 in #❓・help
How to make a page height = the viewport height
assuming that is your app.vue you need an h-screen first
12 replies
NNuxt
Created by abd on 8/6/2024 in #❓・help
How to make a page height = the viewport height
But I can send you a snippet later that works
12 replies
NNuxt
Created by abd on 8/6/2024 in #❓・help
How to make a page height = the viewport height
Up top
12 replies
NNuxt
Created by abd on 8/6/2024 in #❓・help
How to make a page height = the viewport height
Do you have a margin or something?
12 replies
NNuxt
Created by abd on 8/6/2024 in #❓・help
How to make a page height = the viewport height
either h-screen or h-dvh for dynamic height which might be better for mobile
12 replies
NNuxt
Created by Cheaterman on 8/5/2024 in #❓・help
Conditional :ui
Seems like a job for computed tbh. Check out the dashboard template if you bought Ui-pro
3 replies
NNuxt
Created by tiri on 8/4/2024 in #❓・help
Native Websocket is not defined
I know supabase has an implementation in their library if you use them
16 replies
NNuxt
Created by tiri on 8/4/2024 in #❓・help
Native Websocket is not defined
Where is your server/what service?
16 replies
NNuxt
Created by abd on 8/3/2024 in #❓・help
tailwind dark mode reactive logo
and then whatever else you do with classes
7 replies