Hello everybody!
I’m new to Appgyver and I’m loving the tool.
However, I came across a problem that I am not able to solve and not even finding answers, either here on the forum or elsewhere.
My problem is the following…
I need to connect my login screen in my MySQL to a private server.
I created an API, tested it with postman and it connects perfectly.
In Appgyver, I created the data resources, configured the url resources, in the create record(Post) method I configured it and it’s working, because in the TEST, it even connects fine, it returns the normal authentication with token and everything else.
However, in the login button, to create the logic of the button, when associating the create record, configuring the custon object for username and password, when logging in it goes to the next screen even with the input fields blank or with wrong passwords .
I’ve already deleted everything and I’ve done it about 10 times, following several tutorials and videos, but it goes straight through, as if it were ignoring the create report and going straight to the Dimiss Initial view.
I know the text got too long, and maybe a little confusing, but I’m still learning the tool and a lot of things I still don’t understand.
Has anyone gone through this and can shed some light on this?
Thanks in advance!