Hello,
I use WAMP 3.3.7 + PHP 8.2.
I can access the DB and all tables through Wappler, but when I open the API in the browser, the error below appears:
Help-me, please!
Hello,
I use WAMP 3.3.7 + PHP 8.2.
I can access the DB and all tables through Wappler, but when I open the API in the browser, the error below appears:
Help-me, please!
Hello @myllermeireles
Where you succesfully run your query is under a Direct Database
Method and that will only work in Wappler Editor
However, for testing in browser you need to configure it under Globals
-> Database Connections
So the issue must be on some bad configuration there.
Server Address
should not start with http://
or https://
so check that first...
Remember that depends on what target you are:
Now I see it clearly:
I believe this is the issue
Server address should be mydomain.com
and not http://mydomain.com
or https://mydomain.com
Hello @franse
I checked the item you suggested (Data Base Connection) and managed to solve the problem.
Thank you very much!!!