Could not find index.html Error
If you get the following error when you start the Medusa application, typically in production:
Why this Error Occurred#
This error occurs if you didn't follow the build process correctly. For example, you don't have an .env.production
file or you ran the start
command outside the .medusa/server
directory.
How to Fix it#
To fix this error, make sure you follow the build process correctly as explained in the Build documentation.
You can also follow the General Deployment documentation if you're facing this error in your deployed application. This guide gives you the general steps to follow when deploying your Medusa application.
Was this page helpful?