I can’t get to my Splash screen and its JS Object and APIs. I was working on making a smoother login process for my app.
By smoother, I was looking to have the initial page (an empty splash page) check to see if a user was logged in (I use Xano for my backend/APIs)
– if they are logged in they go directly to the main page
– if they are not logged in (invalid or no auth token) they go directly to the login page.
This is where the problem comes in. Since the initial splash screen does the “logged in” check on page load, even when I am in edit on my app the function is called and I am immediately routed, in edit mode, to the login screen.
Since you can only get to the page details by being on the page, I can’t get to the function to turn off the onpage execution. It is looking like my only option is to delete the initial/splash page and start it over.
Any suggestions on how I can handle this situation?