Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I have a question about setup #20

Open
KManiKumarReddy opened this issue Aug 20, 2020 · 2 comments
Open

I have a question about setup #20

KManiKumarReddy opened this issue Aug 20, 2020 · 2 comments

Comments

@KManiKumarReddy
Copy link

I am trying to use this code, I have successfully set up an app at Github and deployed this provider, I see login with GitHub, I have signed in using Github, but I could not log in to Netlify CMS, every time I click on login with Github it's just opening a blank page for me.

@romannurik
Copy link

The HTML served by the repo is just a test. To actually use it with Netlify CMS you need to actually serve the HTML hosting the Netlify code, e.g. in app.js add:

app.use(express.static('public'))

And put the Netlify CMS index.html and config.yml in a public folder.

Also make sure you set base_url in config.yml ... which tells Netlify CMS to use this repo's auth endpoint instead of Netlify Identity.

@vencax
Copy link
Owner

vencax commented Feb 11, 2023

Can you pleas point me to section of [README.md] that is unclear?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants