I created a sign up page
I mapped it with a database
I signed up
I created a login page
I mapped it with login service to request username and pw
I mapped local storage to get userID and getSessionToken
I created 'success' and 'error' events to open a page on success and alert if failed.
I tested it, it gives me these
but when I try it on mobile preview test, nothing happens.
what am I missing?