GDColon / GDBrowser

A website that lets you browse all of Geometry Dash's online features, and more!
https://gdbrowser.com
MIT License
334 stars 160 forks source link

Cloudflare Pages support: I need help #264

Closed masckmaster2007 closed 2 years ago

masckmaster2007 commented 2 years ago

Hello, I'm back, Replit is bad. It's really slow just for 1 user and i wanted to try Cloudflare Pages. How do i set it up I tried using node forever on the build command and stuff so it runs on bg but i always get 404. Yes, i used the subdomain port by Nadeway. Here is the working version using Relpit: https://browse.dgdps.ix.tc Here's the broken one on CF; https://browsecf.dgdps.ix.tc

Nadwey commented 2 years ago

Cloudflare Pages are for static content. You can't run a Node.js server using them.

Nadwey commented 2 years ago

However, if you really want to use cloudflare pages you could make another port (whole backend rewrite) that uses serverless functions https://developers.cloudflare.com/pages/platform/functions

(but you shouldn't because Colon wants to rewrite everything from scratch)

masckmaster2007 commented 2 years ago

f

Nadwey commented 2 years ago

f