Set up Secure Pages

From @jayair on Mon Apr 10 2017 01:07:35 GMT+0000 (UTC)

Link to chapter - http://serverless-stack.com/chapters/setup-secure-pages.html

Copied from original issue: https://github.com/AnomalyInnovations/serverless-stack-com/issues/57

Hello,

I had followed this setup-secure-pages documentation . In this they are rerouting routes to login page but for me i am getting a different page like this

I didnt find any errors in cosole log. And i followed the documentation correctly because except this i got all the functionality up and running.

Thanks

Hmm I thing the redirect hasn’t been set up properly. It seems to be sending you to /login/notes. It should instead send you to /login?redirect=notes. You can see this here.