Attacler/Bart
Explore posts from serversVite [ERR_NOT_IMPLEMENTED]: Not implemented: http2.createSecureServer
Hi there,
Im trying to run vite with https, however i always get the following error:
[ERR_NOT_IMPLEMENTED]: Not implemented: http2.createSecureServer
Does someone know how i can solve this?
2 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
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