You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: