-
-
Notifications
You must be signed in to change notification settings - Fork 26.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Deploying in Heroku #599
Comments
From the log it looks like Heroku is trying to start the development server using Are you using the Heroku Buildpack for Create React App or some other configuration? The Buildpack for Create React App builds the app and then serves the files as static assets, which is the recommended way to deploy to Heroku. You can find instructions for using this buildpack in Deploying React with Zero Configuration. |
Going to close as there is not enough information here to help. |
same problem when application creates new file on runtime |
I tried to do create a new project using
create-react-app
command, run it locally and then tried to deploy it in Heroku. It deployed successfully but checked the logs, I have this:The text was updated successfully, but these errors were encountered: