maxmantz / redux-oidc-example

Small ReactJS application to demonstrate the usage of redux-oidc
MIT License
108 stars 68 forks source link

Page not available when running example. #3

Closed Sotorin closed 7 years ago

Sotorin commented 7 years ago

Hi, I'm having problems running your example. I followed all the instructions (npm install, node server) [installed immutable too]. Server seems to be running (had to change the port [rethinkdb was running on 8080 on my machine])

screen shot 2016-11-22 at 5 40 19 pm

I keep getting this:

screen shot 2016-11-22 at 5 44 39 pm

There was another user who created a fork of your example to integrate redux-auth-wrapper and I'm also having problems running his example as well. Identical one as a matter of fact.

maxmantz commented 7 years ago

The server runs on TLS so you need to open https://localhost:8000 for it to work.

Sotorin commented 7 years ago

Outstanding:)... This worked !

malachib commented 7 years ago

Can we please have this reflected in the readme? Anything auth should be secured, obviously, but for nubs like me it would help a lot!

maxmantz commented 7 years ago

I've edited the readme to reflect this.