-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Error importing header / footer background image #393
Comments
I also saw this issue. You can fix this issue by making below edits to webpack.config.dev.js: In 'output' key of config file, use this publicPath: '/' |
This solution fixed my issue. Please note : I had to do |
You had to do ctrl+c and the npm run start because you made changes in webpack.config.js file and I believe nodemon is not listening/watching to webpack changes. |
Hi, I am following this tutorial https://medium.com/@Keithweaver_/setting-up-mern-stack-on-aws-ec2-6dc599be4737 and trying to deploy this app. However, I am stuck in this step pm2 start server.js -- --production . It is throwing error but there is no description of error / logs. Have anyone deployed this app to EC2 with PM2 ? Can you please help in deploying this app ? Or is there anything wrong with this command pm2 start server.js -- --production Thanks, |
Hi,
I cloned this repo and running it locally. The background images for header and footer sections are not loaded and they failed. With the following errors
Not able to find from google how to fix this. Any help will be appreciated.
Thanks.
The text was updated successfully, but these errors were encountered: