Skip to content
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

Heroku Error: R14 (Memory quota exceeded) - Create React App #13601

Open
andrewaclark248 opened this issue May 31, 2024 · 0 comments
Open

Heroku Error: R14 (Memory quota exceeded) - Create React App #13601

andrewaclark248 opened this issue May 31, 2024 · 0 comments

Comments

@andrewaclark248
Copy link

I have a created a app with create-react-app, however when I deploy the app on Heroku I keep getting memory leaks. For reference am using the below. Link to my app is below. Any idea what is going on?

https://github.com/andrewaclark248/SafeTexting

client/package.json

  "scripts": {
    "start": "react-dotenv && react-scripts start",
    "build": "react-dotenv && react-scripts build",
    "test": "react-scripts test",
    "eject": "react-scripts eject",
    "deploy": "npx serve -s build"
  },

package.json

  "scripts": {
    "start": "cd client && npm run start",
    "install": "cd client && npm i",
    "build": "cd client && npm run build",
    "install:build": "npm run install && npm run build",
    "deploy": "npm run install:build && cd client && npm run deploy"
  },

Procfile
web: npm run deploy

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant