I’ve created a Bootstrap 5 table to show info from a database.
It works perfectly inside of Wappler when using the “App Connect Mode” or “Toggle Preview Mode.”
All my database data shows up in nice rows, etc.
But when I upload it all to the live site the table has none of the Database info. It just looks empty.
Yes, (Thank you, I can't believe I didn't look at that!).
It's saying that the dmxAppConnect and Boostrap files aren't there. But it's looking in the wrong place.
It's looking for them in mysite.com/dmxAppConnect but it should be looking for them in mysite.com/subfolder/dmxAppConnect and whatnot.
I double checked the Wappler settings.
The Web Server URL is pointing to mysite.com/subfolder/
The FTP Server is ftp.mysite.com and the remote directory is /subfolder/
If I load an FTP program everything looks to be in the correct locations, all the files are there in their respective folders (including the ones the browser is looking for in the wrong place).