DEV Community

Discussion on: Error when serving React app from sub-folder

Collapse
 
anpos231 profile image
anpos231

Keep in mind that "homepage" is only used in production build.
Development still serves the app from "localhost:3000/"

Collapse
 
sudiukil profile image
Quentin Sonrel

Sure but as you can see in my post I'm serving the app in production mode. And this is where the error happens, nothing changes in dev mode.