How to enable webflow and my other app products on the same domain

I want to host my marketing pages and product dashboard on the same domain. Webflow allows the hosting of the content on the custom domain (lets say example.com) but once done I am not able to handle example.com/dashboard to go to my product app server (AWS load balancer). Is it possible to do this?

One option I can think of is that
I fetch the webflow content (request content) on app server and then return everything from app server. That way I can host the marketing content on webflow and return everything from single domain.

I am also trying to the same thing, did you get any solution ?

@pushpak_hurpade the common approach is to subdomain the server.
Marketing site would be at e.g. www.mysite.com
Application would be at e.g. dashboard.mysite.com

That’s the easiest to setup, and manage, and it’s just a link between the two.

If you really want your app to be presented in a subdirectory, then you can setup and configure a reverse proxy to effectively “merge” the two sites under a single domain, but it’s a lot more work and another system piece to manage.