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.
0 Replies