App connect showing wrong url path

Hello guys,

I am quite new to wappler so I am still struggling trying to get through some of the basic stuff, but I cant seem to find the solution as to why the table generator is displaying fields on the wappler view but its not working on the browser.

The reason it doesn’t work on the browser is because app connect has the wrong path url to the action on server connect. The right path should be http://localhost/PROJECT_NAME/dmxConnect/api/admin/ACTION_NAME.php but app connect is displaying it as http://localhost/dmxConnect/api/admin/ACTION_NAME.php. if i change the url to the right path manually on the code view then wappler view will stop displaying the records on the table but the browser will work.

Any idea why this is happening?

Probably you have not properly set up your site root in your project settings. Please check this.

Thank you, Its working fine now.