Describe the bug
I'm using Sveltekit library. And, I do have endpoints setup. When I trigger /api/generate-previews.js, that's the endpoint where the link-preview-js is gonna do the magic. All is working locally and even in Netlify. But when I transfered to CloudFlare Pages, the endpoint is already not working.
By the way, the error in the .catch is empty.
To Reproduce
Steps to reproduce the behavior:
Just create a simple Sveltekit demo. Add the link-preview-js in one of your endpoints, then try deploying it to CloudFlare pages.
Describe the bug I'm using Sveltekit library. And, I do have endpoints setup. When I trigger /api/generate-previews.js, that's the endpoint where the link-preview-js is gonna do the magic. All is working locally and even in Netlify. But when I transfered to CloudFlare Pages, the endpoint is already not working.
By the way, the error in the .catch is empty.
To Reproduce Steps to reproduce the behavior: Just create a simple Sveltekit demo. Add the link-preview-js in one of your endpoints, then try deploying it to CloudFlare pages.