Next.js Discord

Discord Forum

Next config evaluation before Middleware ?

Unanswered
Chum salmon posted this in #help-forum
Open in Discord
Chum salmonOP
Hi, I would like to understand how can next.config.js handle redirects before passing through middleware that runs on Edge. I thought that Edge was placed before server and that next.config.js was only evaluated by nextjs server. Can someone clarify how the request can go through server > Edge > server or clarify my misunderstanding?
thank you:)

0 Replies