Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

JavaScript Building Applications with React and Redux Getting Started with Redux Redux Initial Setup - index.js

Nick B.
seal-mask
.a{fill-rule:evenodd;}techdegree seal-36
Nick B.
Full Stack JavaScript Techdegree Graduate 31,101 Points

After navigating to localhost:8080, it asked me to log in...

After I run npm install and start, then I received webpack compiled successfully which is great. However, when I try navigating to localhost:8080 it asked for username and password. Has anybody had this issue?

rydavim
rydavim
18,814 Points

It looks like this could be happening for a couple of different reasons. What web browser are you using?

2 Answers

rydavim
rydavim
18,814 Points

I use Firefox, and I had more trouble finding potential solutions for Chrome. I would start by making sure that the permissions on your project folder are broad enough, I'd try 755.

There are some pretty in-depth solutions in this StackOverflow thread that you could try as well.

Unfortunately, without being able to reproduce the problem it's somewhat difficult to troubleshoot with the information available. But let me know if you still can't get it working and I'll try doing some more research. Good luck!