I have just set up a custom domain name, www.shadecollector.com, for my backendless app and it is working correctly, but trying to clone the git repo using:
git clone http://www.shadecollector.com/.git
returns:
Cloning into 'www.shadecollector.com'...
fatal: repository 'http://www.shadecollector.com/' not found
Cloning with my application id works:
git clone https://git.backendless.com/92507A4B-D669-DD0E-FF39-A830BA15D200/.git
So am I doing something wrong when trying to clone with my custom domain name? Typing shadecollector.com into a browser correctly feeds me the files from the backendless web folder, so it appears to be set up correctly. Or should I just continue to use the app id version?
I’m also getting the issue where changes I make through git to the repo aren’t shown in the file viewer, and any changes I make in git aren’t reflected when I navigate to shadecollector.com in the browser - i’m still served the old default index.html. But I see this is being worked on currently.