Redirection from Wix not working

I purchased a domain at Wix and set the cname alias as follows.

Host Name: www.saferle.net
Value: develop.backendless.com
TTL: 1 Hour

I set up the custom domain name to www.saferle.net on backendless.

Why is it not working even after 2 days? And why does backendless keep “forgetting” my custom domain when I come in to check?

My app id is B78A830E-7A03-838E-FF36-46CF57DEF200

Hello @Sanjay_Iyer again =)

by this URL I can see a UI-Builder app,
however, it appears, the app was not composed/moved correctly,
there is no app.json file in the web directory,
that’s why you can see only a white screen

try to re-deploy a new version of your app

Regards, Vlad

Oh wow. How would I go about doing that? There is a lot of stuff I need to recreate, but want to avoid.

When you publish your app in UI Builder, what directory did you chose?

Container. Then I switched to “Saferle” because it wasn’t working. Then switched back to container.

Did you click the Publish icon?

Yes. I saved it to “Container” directory. Did it just now one more time.

Does the Container directory sit under “web”?

No. It is under root.

When you click this icon, it will open your published app:

It works when I click that icon.

But, we I enter www.saferle.net on a browser, it is showing a black page. Goal is to be able to get to this destination from any browser. How do I make that happen?

The domain name is mapped to the “web” directory. The files located in that directory open up when you put your domain name in the browser. What this means is that you need to publish your app to the “web” directory.

It worked! Thanks.