© 2026 Hedgehog Software, LLC
Twitter
GitHub
Discord
System
Light
Dark
More
Communities
Docs
About
Terms
Privacy
Search
Star
Feedback
Setup for Free
server middleware added to nuxt config - Nuxt
N
Nuxt
•
3y ago
•
2 replies
Victor Neves
server middleware added to nuxt config
Hi all
The docs say
"Nuxt will automatically read in any file in the
~
/server
/middleware to create server middleware for your project
.
"
My question is
, should I still added to nuxt
.config like this
?
server
: {
middleware
: [
'auth.ts'
],
},
server
: {
middleware
: [
'auth.ts'
],
},
Thanks
Recent Announcements
Similar Threads
Nuxt Server Middleware
N
Nuxt / ❓・help
11mo ago
Nuxt server middleware rules
N
Nuxt / ❓・help
9mo ago
Nuxt 3 passing data from server middleware to app middleware
N
Nuxt / ❓・help
7mo ago
nuxt-i18n exposing config to __NUXT__
N
Nuxt / ❓・help
2y ago