Hooking up Bubble with Google Domains not working

So I’ve created a bubble app and purchased a google domain and went to setup the app on my newly purchased domain. I was trying to add HTTPS to the google domain purchased, but somehow messed everything up and now my website doesn’t show. The HTTPS seem to be working correctly though.

This is my bubble domain setup:

It says not able to find 54.69.164.32, I have no idea what that means.

This is my Google Domains setup:

And when I access my website, rentsforcheap.com, the HTTPS is working fine, but bubble is not hosted on that website.

Any help would be greatly appreciated, thanks

Hey @martinliu1993 :slight_smile: In the Google domains page where it says “Custom resource records”, you’ll need to add these two “A Records” that Bubble gave you here:

The columns in Google are in this order:

Name, Type, TTL, Value

To add the first custom A record that Bubble gave you, you would enter:

Name: @ (“@” is the equivalent of [blank], since that first A record doesn’t have a Name)
Type: A
TTL: 1H
Value: 54.69.164.32
click Add

Then the second custom A record would be:

Name: www
Type: A
TTL: 1H
Value: 54.69.164.32
click Add

I think that’s all you need to do, but it may take 24 hours for the changes to take effect on Google’s side. If this doesn’t do it, feel free to let me know! :slight_smile:

2 Likes

Hey @fayewatson, I have added those parameter and they work! However, the reason I messed my DNS up was so that I can get HTTPS working on google domains. I followed this guide and that’s where I ran into issues hooking up with Bubble. How would you change the custom A records to point to the correct IP for HTTPS?

1 Like

Actually nevermind I am dumb. I spent so long trying to configure HTTPS in google domains and messing up horribly only to just now realize there is a check box on the settings menu right that allows you to choose to use Secure SSL. FACEPALM

1 Like

Ah, got it! It’s always the little things! Glad you got it working! :slight_smile:

This topic was automatically closed after 70 days. New replies are no longer allowed.