[Netliy Newbie] after registering with admin email/ or normal login, page wont load

I have just setup my netlify and deployed the site, trying to login with my admin email but the page wont load to proceed to the next page. database did recognise the registration and show the new acc in list.

im clueless here. any help will be much appreciated

https://hairsimply.netlify.app/

Hi, I’m also a newbie but maybe I can help. Did you invite yourself to contribute under the “Identity” tab on netlify? It seems redundant but this is one mistake I made at first.

hey there! thanks for the suggestion but i tried that still doesnt work.
I invited myself like youve said, but on my login page, it doesnt respond upon click SUBMIT even the credentials are correct. :S

Hi @kellam830, do you get any kind of error message when trying to login? Are you using email and password (looks like you are) or an external login provider (e.g. login with Google)?
Can you share the browser console logs + network traffic while trying to login?
Thanks,
Erez

@kellam830 okay, I would also make sure you have the identity script tag on both the main index.html file and the cms one inside your admin folder:

<script type="text/javascript" src="https://identity.netlify.com/v1/netlify-identity-widget.js"></script>

This is another thing that tripped me up too :wink:
If this doesn’t work then like @erez said, the more info we have the better

1 Like