0

So if I accept the invite to sign up to my site (to use admin panel), I get the pop-up but if I try to sign up, it gives me a 404 error.

enter image description here

Same thing happens in the admin page as well.

Site: https://shashiks.netlify.app

Source Code: https://github.com/vishalscodes/sks

I have set the github gateway too.

Any help is appreciated.

3
  • probably the url is just wrong?
    – mb21
    Commented Apr 13 at 13:45
  • But I clicked on the log in with github button after accepting the invite. Isn't that the correct way to do this? Commented Apr 13 at 14:57
  • @mb21 Assuming it is so, can you tell me what could be the correct URL? Any help is appreciated. Commented Apr 13 at 15:32

1 Answer 1

1

If you haven't setup an authentication provider, you'll get a 404. https://decapcms.org/docs/github-backend/

You need to prepare an oauth provider to use github as a backend.

3
  • I'm sorry, but can you tell me how to do that, I have followed the docs, but can't get anything other than the 404. Commented Apr 16 at 4:37
  • Have you done this step? -> docs.netlify.com/security/secure-access-to-sites/… If you have already done, it's my misunderstanding.
    – nicky
    Commented Apr 16 at 10:16
  • Yep, that netlify doc did the trick, thanks for the help! Commented Apr 17 at 6:37

Not the answer you're looking for? Browse other questions tagged or ask your own question.