I’m following this tutorial to build a simple login with email validation, but I’m stuck at the user signup step because I cannot verify my email address.
Steps to reproduce:
- Fork/Clone this repo
-
npm install
(inside repo directory) ntl link
ntl dev
- Click on Sign Up button
- Upon first using the form, it will ask you to set the site URL, so enter your Netlify site’s URL
- Copy token from verification email
- Open a new window or tab and enter
http://localhost:8888/#confirmation_token=<token>
ERROR:
This tutorial was published three years ago, so has anything changed since regarding the implementation of Netlify Identity? It should be noted that their live demo works, so I’m not sure what’s going on.