josh
CDCloudflare Developers
•Created by josh on 10/23/2024 in #pages-help
Mongoose on Pages
Hi all,
I am having an Internal Server Error, sometimes a GET method not allowed when trying to hit my SvelteKit route which I've deployed via Pages.
I am using SvelteKit and am hitting a server route GET, which makes use of Mongoose to query a MongoDB collection.
I'd like some help finding out how I can either, see the logs of the deployed site to confirm what is failing. Or, going off my assmption, it's Mongoose, and how I can get a Mongoose setup working with Cloudflare Pages, as I have found several posts online stating they have had issues with Mongoose on Pages.
Thanks.
1 replies
CDCloudflare Developers
•Created by josh on 4/8/2024 in #pages-help
Pages "Worker threw exception Error 1101"
11 replies
CDCloudflare Developers
•Created by josh on 2/18/2024 in #general-help
Using load balancing to route users to different servers
Hi guys,
I am trying to make use of Cloudflare's load balancing to route players to the correct Minecraft server instance.
Potentially load balancing isn't the right tool for this, but I think it is - would appreciate if anyone knows a better route?
Anyhow, I have no idea how to start this so would be great to be pointed in the right direction where to start.
I have an EU Velocity (Velocity is a Minecraft proxy) server and an NA Velocity server, I would like a player to be able to put in one IP address (e.g. myserver.com) and it point them to the correct proxy (e.g. eu.myserver.com if the player is connecting closer to EU).
Currently my servers are behind TCPShield (https://tcpshield.com/), so in my DNS, I have two CNAMEs that point to TCPShield.
Thanks for any help
13 replies