You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Whenever I push my app to Heroku, the terminal give me this error:
Creating an optimized production build...
remote: Failed to compile.
` Module not found: Error: Can't resolve './pages/Dashboard' in '/tmp/build_3fe5f3dd/frontend/src'`
My App is working absolutely fine in development and it also builds the app perfectly when I run the npm run build command
Please help!!!
The text was updated successfully, but these errors were encountered:
Whenever I push my app to Heroku, the terminal give me this error:
My App is working absolutely fine in development and it also builds the app perfectly when I run the
npm run build
commandPlease help!!!
The text was updated successfully, but these errors were encountered: