wutali / nextjs-netlify-blog-template

Next.js blogging template for Netlify

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Signup doesn't prompt when clicking on the invitation link

wlaj opened this issue · comments

As the title suggests, the signup form doesn't prompt when I click the link from the invite-only email. The login form when navigated to /admin does work, however.

Is there something I have to add or am doing wrong?

same problem for me

Found the fix, and it seems it may be in other projects from netlify and thus a product of the admin widget?

The fix is copy-pasting the invite link into a private window(firefox) and adding /admin/before the token in the url. More details in the link below.

https://community.netlify.com/t/common-issue-netlify-cms-git-gateway-email-not-confirmed/10690/9

the fix is simple, use 'https://<project-name..netlify.app/admin/#invite_token=' syntax for setting password instead of just 'https://<project-name..netlify.app/#invite_token='

Where do I get the invite token? Can't find it anywhere.