I made a copy of the home page in the hope that it would rectify the logic loss on the on page enter handler.
After the copy had been created there were now no longer any UI Components in both the original home page and the copy and only the on page leave handler was as it was with it still being in the on page enter handler.
All was working fine yesterday, logged on this morning and had the no connection to server issue, with it saying my account was blocked.
I then posted the first query. once I was back online I noticed that all the logic in my on page enter handler on my home page had somehow become identical to my on page leave handler a change which I did not do.
I then posted my second query. Showing that through the various pictures the logic was now somehow no longer on the server.
To try see if I could bypass the issue I tried adding a new page from another page aka the home page. Once it had been done I noticed that all elements/components were no longer present. So in effect my home page has been whittled down to a blank page with just the on page leave handler.
So in short please can my home page be restored to before the server issue.
I last worked on the page yesterday at 16:00 +2gmt and all was in working order so if the restoration could be done around that time.
@Raymond_Woodley, at the first message you wrote that you had a problem trying to login a user. Therefore, I asked you to send us the request (cURL) that leads to the error. You can do this with devtools on the network tab, by clicking the copy cURL of the login request. By opening the response tab, you can see what error the server sent you.
As for the second message. Please provide us with the container and the name of the page that caused the error.
You need to configure domain control under Manage section. Now you are only allowed to make requests from your user domain, while requests are made through the backendless domain, so they are rejected. Please take a look at this doc for more details - Domain Control (CORS) - Backendless REST API Documentation
We will discull with the team your case to improve the error nessage.