Attacler/Bart
Explore posts from serversFilebrowser is not displaying any files...
Hi there,
I have a volume with +- 160 MB on it and i want to download it.
However if i try to attach it to the filebrowser template its not working.
I tried to mount it both at /data and /storage and /data/storage.
16 replies
Dont cache /api/**
Hi there,
Im trying to cache all pages except the api routes.
Does someone know how i can do this?
My current routeRules:
I found this discussion: https://github.com/nuxt/nuxt/discussions/16048
but that does not solve it sadly.
3 replies
How can i get the event within middleware?
Hi there,
I need to know some of the headers (and some other details) from the event in middleware.
However it seems like useEvent does not work.
Does someone have an idea how i can make it work?
5 replies
Move an instance + volume from dev -> prod
I (by accident) migrated a database into dev instead of production.
Everything is already connected (altho a few secs downtime is no issue)
Can i somehow move the DB instance + volume into production?
Or do i have to recreate it?
3 replies
WARN Duplicated imports "uuid", the one from "ProjectPath/server/utils/generate
I get this error alot for a project of mine.
Basicly every export seems to be marked as duplicated imports.
Does anyone got an idea about why this happends and how i can avoid it?
4 replies
Can i make components SSR only?
I saw the AstroJS framework where they only sent the JS code that actually needes to the client
They allow for attributes for components like:
- client:idle (only load when the client has loaded everything else)
- client:visible (only load when the component is visual)
Can this be done with Nuxt?
Basicly to eliminate any JS thats not required for the client side.
Example: the footer has some components inside of it but after rendering on the server, it wont the JS anymore
4 replies