Google Login Page - Continue to backendless.com

In Version 3, in my web app, the google login page says “Continue to backendless.com”, instead of my web site URL.

I followed these instructions
https://backendless.com/docs/js/doc.html#users_login_wih_google_js

Hi Barry,

I suppose it’s not possible to change right now, since it probably points to the redirect URI, which is api.backendless.com.

Can I use a custom hostname?

Hello Barry,

It can work, but don’t forget to edit the redirect URI in the Google+ app when the custom domain is set.

Regards Anton

The custom domain is not working. I am getting the following error “Failed to load resource: net::ERR_INSECURE_RESPONSE”

  1. create cname in dns to point to develop.backendless.com
  2. configure google Authorized redirect URIs to https://cname/users/social/googleplus/authorize
  3. configured backendless app configuration domain name to cname
  4. login using javascript
  5. console error Failed to load resource: net::ERR_INSECURE_RESPONSE

Hi Barry,

Anton was wrong in advising you that a custom domain would work. Custom domains work only with the file storage of your app, they cannot be used to address the app in general.

Regards,
Mark