How can i navigate from index.com to app.index.com? Do i have to create 2 different Bubble Workspace Space where i build a homepage in one Space and the Web App in another space? Or is it possible to build it within one Bubble Workspace?
You can build both the homepage and the web app within a single Bubble Workspace. You don’t need two separate Workspaces. Use URL routing or custom domain settings to direct traffic between index.com
and app.index.com
within the same project.
Hi @tbaohoang94
You can link one bubble app to only one domain. This means index.com and app.index.com have to be two different apps.
However, you can build the whole app with different pages so it would look like index.com and index.com/app
Hope this answers your question.
Chiming in as well:
You can technically do both domains in a single app in some hacky ways, like using private APIs that reroute things.
But the official answer is that on Bubble, those two URLs are considered different domains and you would need to have 2 separate apps (one for each).
https://coalias.com/ makes it pretty easy (not affiliated with me or Bubble)