I'm using a subdomain "app" and still get the app.domainname.com/app/____ url as an ending. Any way to make it go away and just end in app.domainname.com withought the app/____ ?
thank you!
I'm using a subdomain "app" and still get the app.domainname.com/app/____ url as an ending. Any way to make it go away and just end in app.domainname.com withought the app/____ ?
thank you!
Hi @Ori,
Retool is still serving your app inside its routing system, and by default, it puts all apps under /app/<app_name>.
I can think of 2 options:
/app/home
, and manually redirect from /
to that app using your DNS/CDN/Cloudflare/etc. Example with Cloudflare (Page Rules):app.domainname.com/
app.domainname.com/app/your-app-name
Let us know if you have any questions about the above recommendations, @Ori!