Hi everybody,
I’m stuck since more than a week with the login routine for my Mobile App.
I’ve read every topics, done hundreds of different tests.
I’m lost and dont know how to figure it out…
At this point:
My Web App works perfectly (Docker, Bootstrap5, NodeJS, Postgresql)
My mobile app is made with F7+Capacitor
I can create my pages, i setted up my CORS and can load SC from my production target and use query to repeat elements.
I checked my credentials, secure, etc…
I just need to Login > create cookies with my UserID based on my security provider.
This will allow me to load other queries based on userID.
Even submitting a basic SC form seems not working anymore…
I used the F7 Login Screen on the index page, I checked the “Start with App” and a close Form action on success… Nothing happens on clicking the signing button.
I tried duplicating my Web Login SC (then I tested different modifications).
At this point I commented all the steps in SC and just added a mail (with POST values), even this doesn’t work…
Have you an idea about what i’m doing wrong, any exemple ?
I really need to get my login done today and go futher with my App pages.
Many thanks
Thanks for your help @NewMedia .
just had a look. But i’m not really sure about what to do… editing AndroidManifest… ok… when? why?
Are these errors important? critical?
These errors also appear with a fresh new mobile project…
(These 2 last weeks experiencing to build our Mobile App are a nightmare… I love Wappler and had great experienced untill this…
The more I try to build our mobile App the more I think Wappler is not dedicated to this at all…
When testing in Chrome (if that is how you are doing it) Wappler uses a port number that changes when you close and reopen your project. You may find it goes from something like localhost:52735 to localhost:51377 when opening in the browser
When it changes, you need to update your web project CORS to have the new port number in the cors array in config.xml (as per Ken’s post linked above)
I really need to deliver a first simple version of our app this week - I’m wondering if there is a quick solution/tool I could use (Adalo? Adalo-Like / learning flutter?) to deliver a first version to would be synched with our Postgresql Database…
I’m planning to start my mobile F7+Capacitor based app in the next couple of weeks, and I’m following this thread with some concern about how that will go…
@George, will there be any new features or documentation from Wappler in the next few weeks that will help with these challenges people are describing?
If your trying to use android you need http://localhost in the CORS . Shouldn’t need anything else in the CORS for android only unless some settings have been changed in the capacitor config.