Hi the email URL confirmation link for a new user works in being able to set the USER status to ENABLED but… It doesn’t open the necessary “confirmation-confirmed” page.
here’s the following path that I copied for the “confirmation-confirmed” page from the backendless file manager.
Here’s an extended url look once I click into the URL bar and it seems legit because of this trailing address section. “index.html?page=confirmation-confirmed”
The confirmation page is a part of the system UI Builder container. By default, when an app is created in Backendless, that UI container is published into the /Root/web/system directory. However, when you publish your own UI container into the /Root/web directory, all its contents are removed, and subsequently, the pages from the published system container are gone. This results in the behavior you’re observing.
To fix this problem you should republish the system UI container into the /Root/web/system directory. To do this:
Navigate to UI Builder
Select the system UI container
Publish the container into the /Root/web/system directory.