Hi Lukner,
I see in your page you are calling from a CDN for Bootstrap but in the Console it appears as if you are calling it locally? Have you included the extensions you are using in your layout page? Its probably what all the 404’s are about…?
I tried switching App Connect to local (and Bootstrap as well). It made no significant difference (there might be 2-3 errors less). My current “fix” is to remove all the wappler-generated code and use plain php: luknerclinic.net without wappler code - no errors.
I really don’t understand what should we be looking at on your page? On the link you provided there are no scripts related to any of our components.
Don’t manually edit/cut/remove scripts added by Wappler as it will break your site.
Please provide a link to the page having these issues, so we can check what’s wrong.
Does the debugger start its own local server? The errors is that it can’t find the files (404) or they are served with the wrong mime type, this is a problem with the web server. Do you also get errors in Wappler?
I ran the site on a local Apache system without a problem, i.e. what you have coded works with the exception of the PHP code. It does not show the current date nor does it show the file input form.
Sorry, I need to come back from what I said. In this reply I ran the actual Apache server with this result: (sorry, I added some more PHP code to test)
I see the base url is /, which suggests that the site is running in the root. But then I see in Ben’s screenshot the page is run from ralph subfolder. The base url should match the siteroot folder on the server, if not you get the 404 errors because the files are being downloaded from the wrong location. Changing the base to <base href="/ralph/"> should solf the problem in Ben’s case.
I think the problem is that your dev server and remote server do have different base paths, that causes problems. Removing the base tag and the route meta tag will give you problems with routing.