i have an ionic react app. i build my app und copied all files from build folder to my webserver, but the startpage is empty.
Webserver: standard apache
The App works fine with ionic server on localhost und also with Android in Android Studio Simulation
Not a lot to go off of from that. What’s the url for the web app?
What assets are you deploying to your hosting provider?
What do the browser dev tools tell you?
HINT:
It works when i copy the files direct into the webserver root to launch the app direkt with www.domain.com
So it´s a path problem. Is there another file i have to set the path?
I think the “homepage” property in package.json only applies to webpack-launched development servers. You will need to configure your Apache server to serve the app from the “/ionic” path.