Can I use my own domain?

If I own a domain and I am using it for another website, can I use the domain for my bubble app? the URL of my website will be for example: www.mydomain.com/appname

Is this possible with bubble?

I don’t think it’s possible to use it like that. However, a sub domain like app.site.com would work as a suitable alternative.

1 Like

So you are saying that the url will be like this for example: appname.mydomain.com ? how would I achieve this?

1 Like

You would need to create one in your domain registrar, and upgrade your Bubble plan to support it (Personal, I believe)

1 Like

thank you. another question: when I publish my app will the URL of the pages be like this: domain.com/dashboard because when I am previewing it the url will be messy like this: domain.com/dashboard...mode=true

@grace.hallak yes it will be appname.domain.com/dashboard

The debug_mode=true is the debugger to help you solve errors. It’s only visible in development preview mode.

1 Like