Spctr
Explore posts from serversProduction Port in Pterodactyl [ SOLVED ]
Hey all, I'm trying to change the production port in Nuxt3. It's easy to set for development but how can I do this for prod. I'm using Pterodactyl for all of my containers. I'm using the NodeJS:21 configuration and I can only set the
./<path>/index.mjs
and environment arguments what could be --port="3005"
as an example but that doesn't work.
How can I set the port for production?5 replies
Frontend middleware auth with backend auth
hello all,
I'm tryin to create an auth system for my webpage
My problem is that I can't log in. When I can I can't use
$store.user.value
it's null most of the time.
my userStore
my storePlugin
and my middleware
The funny thing is that I can go on pages which are not listed in protectedRouteNames
12 replies