1nf
1nf
CDCloudflare Developers
Created by 1nf on 4/9/2024 in #pages-help
Static files throwing exception
For some reason my static flags are throwing an exception in production on CF pages. I am using SvelteKit.
{
"outcome": "exception",
"scriptName": "pages-worker--2288760-production",
"diagnosticsChannelEvents": [],
"exceptions": [
{
"stack": " at Object.fetch (functionsWorker-0.8194340513801277.js:67834:30)",
"name": "Error",
"message": "internal error",
"timestamp": 1712694116318
}
],
{
"outcome": "exception",
"scriptName": "pages-worker--2288760-production",
"diagnosticsChannelEvents": [],
"exceptions": [
{
"stack": " at Object.fetch (functionsWorker-0.8194340513801277.js:67834:30)",
"name": "Error",
"message": "internal error",
"timestamp": 1712694116318
}
],
These flags are in my static folder and work fine on dev.
10 replies
CDCloudflare Developers
Created by 1nf on 4/2/2024 in #pages-help
node:path fails even with compat flag
No description
15 replies
CDCloudflare Developers
Created by 1nf on 3/26/2024 in #pages-help
Cannot clone with private submodule.
Build fails at the cloning step. Cloudflare has access to all the repos in the org including the submodule.
3 replies
CDCloudflare Developers
Created by 1nf on 6/17/2023 in #pages-help
It works on my machine™
I am having an issue that I cannot get my head around. My pages url is: https://vhs.pages.dev/ When I click on tools, then back I get an Error 500. This does not occur on my dev enviroment. Using SvelteKit with the adapter-cloudflare. My account ID: 719eee1e60f61da82b11d9ad9174690b
5 replies