CoAlias: Whitelabel your Bubble app with Custom Domains

Alex didn’t cancel. Alex removed the creditcard, the free trail expired, Alex got emails that the trial expired and it was deleted. Nothing was charged!!

He just lied… first time ever that someone lies about having paid a subscription while a subscription was not paid for

1 Like

Who can i change the email of my account?

You need to contact support using the existing email for that

2 Likes

Hey there.

What is considered a request?

What are requests?
A request is a request made by a browser to a server for a specific file or piece of data. This can include the initial HTML page, as well as any additional files or data needed to render the complete website. It can take 1 to several requests for a page to load.

How can we estimate how many requests we need?

1 Like

To make the implementation for Bubble apps easier. I created a sample project that will allow you to implement the CoAlias plugin faster.

clvw43bbg00jez145fygittjt

2 Likes

@gaimed I am trying to use it with social media login (linkedin, facebook), but bubble is throwing invalid URL on the redirect back.

Have you had anyone successfully use OAuth with coAlias?

Hi there,

Can you send a message using support? We can help you solve it!

Anyone know what all these responses to the CoAlias - Domain - Add action mean?

Result of Step 1

  • 's body domain name
  • 's body domain misconfigured
  • 's body domain dns_record_type
  • 's body domain dns_record_name
  • 's body domain dns_record_value
  • 's body domain dns_ip
  • 's body domain dns_configured
  • 's body domain verified
  • 's body domain verification _record_type
  • 's body domain verification record_name
  • 's body domain verification record_value
  • 's body domain certificate
  • 's body domain certificate_ expires
  • 's body domain certificate_auto_renew
  • 's body config target
  • 's body config type
  • 's body config account
  • 's body error
  • 's body message
  • 's body internal
  • 's error status_code
  • 's error status_message
  • 's error body
  • 's returned_an_error

You can find a implementation on: CoAlias Plugin Docs

Here are the explainations:

domain: the domain that’s being added or configured
misconfigured: true if dns/verification isn’t correctly set up

dns_record_type: type of dns record that needs to be added for the domain (e.g., ‘a’)
dns_record_name: name of the dns record that needs to be added
dns_record_value: value of the dns record that needs to be added
dns_ip: ip address for the dns record (same as dns_record_value)
dns_configured: true if dns is properly configured for the domain

domain_verified: true if no verification record is needed for the domain
verification_record_type: type of dns record needed for domain verification (e.g., ‘txt’)
verification_record_name: name of the verification record to be added to dns
verification_record_value: value of the verification record to be added to dns

certification: true if an ssl certificate has been generated
certificate_expires: date when the ssl certificate expires
certificate_auto_renew: true if the certificate automatically renews (always true)

config_target: the app domain that this domain links to
config_type: type of configuration (always ‘bubble’)
config_account: the account id associated with this configuration

error: contains error state information if an error occurred
message: contains any message returned by the api

returned_an_error: true if the action was not successful

1 Like

Thanks @gaimed !

For the DNS fields, what does “needs to be” mean? Does that mean that CoAlias has detected that DNS is incorrect and needs to be fixed?

What I mean is, will these fields be empty when the DNS is correct, and populated when there is a problem? Or will these always be present, and they don’t indicate a problem?

Also, where can I learn more about the verification? I watched the video and you said about 1% of domains need verification. I’ll always be adding domains registered in the same way via the same registrar, so am I safe if my particular registrar doesn’t require this? Or does it depend on the domain, even within a registrar?

1 Like

Dns fields will always be present. If dns_configured is false. CoAlias detected that the dns not correct

The verification depends on if someone else has used it for coalias or the cdn before. Should not trigger for 99.9% of cases.

Hi,
Is anyone else having trouble with domains pointing to CoAlias? I’m getting a “We’re experiencing high traffic” error. See attached screenshot.

Thanks!

Update:

Added path segments to the plugin

stupid question - but if i see this correctly i can whitelabel my app fully with this url setup so the main url is changed. if i do this - do you guys have an api where my app can create automatically whitelabeld versions so i dont have to do it by myself? (i want to build up a hosting platform where u can get your own hosting plattform yourself under your own domain after registering (we have access to their domain what they are adding…)

Yes. You can use the coalias plugin for all the automation. Domain setup, creating static files and more