Hi,
I have a problem because I have an application hosted by vercel, and it works perfectly, a simple application. I would like to connect my vercel application to another application via reverse proxy but not to the main path but to some route, for example www.myApp.com/vercelApp and currently if I go to this path, i.e. www.myApp.com/vercelApp the main page of the vercel application appears correctly the problem is when I want to change the route then I get 308 and redirect and I am immediately transferred to route: www.myApp.com/new and I should be on route: 应用宝官网-全网最新最热手机应用游戏下载 and here is the problem because I spent many hours on it and I was not able to solve it. I checked many different next.config configurations and manipulated rewrites as well as skipTrailingSlashRedirect but nothing works, it seems to me that this redirect happens before reaching rewrites if someone knows how to help me I would be grateful