2adventure
CDCloudflare Developers
•Created by 2adventure on 12/22/2023 in #workers-help
"InferenceUpstreamError: ERROR 3026: Unknown internal error" when calling Workers AI
I'm running into the error
InferenceUpstreamError: ERROR 3026: Unknown internal error
when calling Workers AI on version 1.0.47 (latest):
2 replies
CDCloudflare Developers
•Created by 2adventure on 12/21/2023 in #workers-help
Service Binding call resulting in TypeError
Hello, I'm currently working on implementing Service Bindings but I'm running into the following error when calling the
fetch()
of the service binding and passing on a string: TypeError: Fetch API cannot load: <MY-STRING>
The Env interface:
The binding in the wrangler.toml:
The service binding fetch call:
17 replies