Walshy | Pages
12/23/2022, 6:28 PMWalshy | Pages
12/23/2022, 6:28 PMimport
ittuf
12/23/2022, 6:32 PMuploaded assets
, does it mean assets (files) deployed to pages or something else I'm missingSkye
12/23/2022, 6:33 PMtuf
12/23/2022, 6:34 PMSkye
12/23/2022, 6:37 PMtuf
12/23/2022, 6:50 PMSkye
12/23/2022, 6:54 PMLarry
12/23/2022, 8:11 PMwrangler pages dev
to do local debugging with Durable Objects?nipperstick
12/24/2022, 12:31 PMTypeError: Fetch API cannot load
, but again - only when deployed.
const res = await fetch(url, {
method: "POST",
headers: {
"Content-Type": "application/json",
"AuthorizationSource": "API",
"Authorization": `Basic ${apiKey}`
},
body: JSON.stringify({ query, variables })
})
The fact that this is a network-level exception in fetch makes this hard to troubleshoot. I can't figure out how to get more detail.Skye
12/24/2022, 12:33 PMnipperstick
12/24/2022, 12:34 PMhttps://staging-api.gethealthie.com/graphql
Skye
12/24/2022, 12:35 PMSkye
12/24/2022, 12:36 PMnipperstick
12/24/2022, 12:36 PMnipperstick
12/24/2022, 12:36 PMTypeError: Fetch API cannot load: https://staging-api.gethealthie.com/graphql
Skye
12/24/2022, 12:37 PMnipperstick
12/24/2022, 12:37 PMSkye
12/24/2022, 12:40 PMYuu
12/25/2022, 7:19 PMYuu
12/25/2022, 7:19 PMYuu
12/25/2022, 7:27 PMTL&D
12/28/2022, 4:02 AMIshan
12/28/2022, 7:07 AMWalshy | Pages
12/28/2022, 11:19 AMWalshy | Pages
12/28/2022, 11:19 AMTL&D
12/28/2022, 11:22 AMCandyViz
12/28/2022, 1:20 PMoptions.cf.image.height
, options.cf.image.background
,etc) to work in a plain worker but not in a pages function.CandyViz
12/28/2022, 6:21 PMVero 🐙
12/29/2022, 5:45 PM