-
Notifications
You must be signed in to change notification settings - Fork 83
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
UnhandledPromiseRejectionWarning: Unhandled promise rejection #1
Comments
I think its because axios can not resolve from node context? |
That is true! In the server-side-rendering module I include a check in the interceptor but didn't mention that in the course. => 9d90c35#diff-df94b4e6a3cc3a7772b2b56e8d4c2e61R5 I will include a callout in the course for this. Did this fix your issue? |
Hello, |
I see, could you please share your project on Github or through email so I can download and check? My email is [email protected] |
I use the exact same project from github -> I just extracted the zip, ran build:server and build:client and then start:prod -> I get unhandled promise exception. |
Hi, do we have any news on this. I watched the course, which was really awesome :), but still have the same issue as mentioned above. |
Hello,
I cloned this to my desktop, ran npm install and npm start and and the page doesnt ever load, also, in the console i get UnhandledPromiseRejectionWarning: Unhandled promise rejection - this doesn't break the npm server command, this just outputs to the console.
I followed the pluralsight course and got to this point as well.
The text was updated successfully, but these errors were encountered: