rivage
rivage
CDCloudflare Developers
Created by ajgeiss0702 on 11/25/2024 in #queues
i suspect this has something to do with
ah! thank you so much, it was the encodeURIComponent, the other error was someplace else
35 replies
CDCloudflare Developers
Created by ajgeiss0702 on 11/25/2024 in #queues
i suspect this has something to do with
this is how browserDO is formed
35 replies
CDCloudflare Developers
Created by ajgeiss0702 on 11/25/2024 in #queues
i suspect this has something to do with
const browserDO = env.BROWSER.get(env.BROWSER.idFromName('browser-session'));
35 replies
CDCloudflare Developers
Created by ajgeiss0702 on 11/25/2024 in #queues
i suspect this has something to do with
hmm
35 replies
CDCloudflare Developers
Created by ajgeiss0702 on 11/25/2024 in #queues
i suspect this has something to do with
(i looked this up here and online, looks like this is not an error anyone has gotten)
35 replies
CDCloudflare Developers
Created by ajgeiss0702 on 11/25/2024 in #queues
i suspect this has something to do with
for the do/123, this is what i got ^
35 replies
CDCloudflare Developers
Created by ajgeiss0702 on 11/25/2024 in #queues
i suspect this has something to do with
5006: 'text' must be string, 'text0' must be string, 'text' must match exactly one schema in oneOf
5006: 'text' must be string, 'text0' must be string, 'text' must match exactly one schema in oneOf
35 replies
CDCloudflare Developers
Created by ajgeiss0702 on 11/25/2024 in #queues
i suspect this has something to do with
no - but i even tried http://do/123, and the request didn't come to the durable object!
35 replies
CDCloudflare Developers
Created by ajgeiss0702 on 11/25/2024 in #queues
i suspect this has something to do with
thank you for your replies by the way, i've spent too long on this
35 replies
CDCloudflare Developers
Created by ajgeiss0702 on 11/25/2024 in #queues
i suspect this has something to do with
i'm trying to run
browserDO.fetch(`http://do/?url=${url}`)
browserDO.fetch(`http://do/?url=${url}`)
(where browserDO is a durable object fetched) and an invalid url error that's not orginiating from my worker and not originating from my DO
35 replies
CDCloudflare Developers
Created by ajgeiss0702 on 11/25/2024 in #queues
i suspect this has something to do with
really stupid question, can you fetch by passing a string or do you have to make a mock request object
35 replies
CDCloudflare Developers
Created by ajgeiss0702 on 11/25/2024 in #queues
i suspect this has something to do with
are you using the fetch syntax or the direct rpc calls for the DO?
35 replies
CDCloudflare Developers
Created by ajgeiss0702 on 11/25/2024 in #queues
i suspect this has something to do with
hey @ajgeiss0702 are you calling the durable object from the queue?
35 replies