Can you please help me with redirection

Hi, i have a problem.
I created a test application with Vercel, and it’s working perfectly when enter its URL.
Now, I want it to be shown as subfolder content for my another application which is Flask app, hosted on AWS EB.
So, basically, I want the URL myapp.com/docs would load this Vervel application and resolve all the inner links automatically. I already have another project and were able to implement it with AWS Amplify but with this project, hosted on AWS EB, I’m stuck, and can’t figure out what I’m doing wrong.

I’ve already set up the reverse proxy pointing to the Vercel application and it looks like it works but unfortunately, although I see the response from Vercel, it’s an error " 404: NOT_FOUNDCode: DEPLOYMENT_NOT_FOUNDID: iad1::4tj8l-1726858081926-812f598427cf"

I don’t know where is this deployment ID from, every time when I reload the page, it shows a new one.

I checked the Vercel app itself, it has the production deployment. What am I missing?
Thanks!

Hey @stubborndeer! Each deployment has a unique generated URL. But there’s also a production domain that is always updated to the most recent production deployment. I think that’s the one you would want to use.

There are a few options for dynamic and static redirects. This doc should help you get redirects set up:

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.