jhen0409 / react-chrome-extension-boilerplate

Boilerplate for Chrome Extension React.js project
MIT License
2.14k stars 388 forks source link

ERR_TOO_MANY_REDIRECTS #13

Closed apreg closed 8 years ago

apreg commented 8 years ago

I get ERR_TOO_MANY_REDIRECTS after navigating to https://localhost:3000

apreg commented 8 years ago

Maybe contentBase should point to './dev' in gulpfile?

apreg commented 8 years ago

Ok, It was my bad. If I add it as extension everything works fine. The fix I suggested makes it possible to load it directly but who wants to use it that way, right :) Sorry, I'm just getting familiar with chrome app development. So you can close this ticket.