ValueMelody / melody-auth

A turnkey OAuth & authentication system, designed for both Cloudflare Workers and Node.js
https://auth.valuemelody.com/
MIT License
56 stars 3 forks source link

Is it possible to deploy an admin-panel using Cloudflare Pages? #190

Open shydow opened 1 week ago

shydow commented 1 week ago

Would it be possible to include this information in the documentation? Thank you.

byn9826 commented 1 week ago

The admin-panel is a full stack nextjs app, so it is not possible to deploy it as a normal react app using Cloudflare pages.

It might be possible to deploy it using the edge support of pages, however that will at least require replacement of some dependencies, which is not something on my plan for the near future