netlify-cms-cloudflare-pages
netlify-cms-cloudflare-pages copied to clipboard
wrong redirect
when clicking on login with github, the redirect url is built incorrectly
https://example.pages.dev/admin/example.pages.dev/api/auth?provider=github&site_id=example.pages.dev&scope=repo
instead of
https://example.pages.dev/api/auth?provider=github&site_id=example.pages.dev&scope=repo
also the callback authorization page is blank and nothing is accessible. cms is not available from /admin/ url either. still asks for login
I have similar issue. @i40west any idea how to solve it?
I am not having this issue, but I hope the following may help. I had a similar, unrelated issue with Cloudflare Pages and hugo. The issue was that my hugo build command was using a url that did not include https:// (example.com vs https://example.com). Are you able to manually create and browse to any posts without using the CMS?