Relative Content

Tag Archive for next.jsfrontendmiddlewareweb-development-servernextjs14

NextJs 14 middleware not executing every time

Here is a login page of my nextjs web app, however, every time I click on login button and make a login httpPOST request to my backend server and got a 200 ok response, when I try to redirect user to the ‘/market’ route page, it does not work, clicking login button does nothing besides keeps receiving 200 ok response and console logging the response object, it just does not redirect! I had to forced the browser to refresh then it redirects to ‘/market’ page properly, I have no idea what is wrong. I had some stuff defined in middleware, they work fine, but just in case, I will attach my code for middleware below.