decaporg / decap-cms

A Git-based CMS for Static Site Generators
https://decapcms.org
MIT License
17.65k stars 1 forks source link

GUI not loading after authentication using GitHub #7189

Closed John-Nik closed 2 months ago

John-Nik commented 2 months ago

I have Decap setup for my project and I'm using cloudflare as my host and NextJS to build the site. Successfully setup GitHub OAuth on development environment, and logging in as expected, but I am not redirected to the dashboard of Decap afterwards. Instead, I am stuck on the login screen, with no incoming network requests after logging in

Expected behavior Log in to the Decap Dashboard

image

CMS configuration local_backend: true

backend: name: github repo: John-Nik/portfolio branch: master base_url: http://192.168.10.2:3000 auth_endpoint: /api/auth