You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cloudflare worker is a popular serverless service. I am trying to integrate it with greenfield, but when I call delegateUploadObject to upload a file, it prompts
{
code: -1,
message: 'Browser-only version of superagent could not find XHR',
statusCode: 404
}
I sincerely recommend that Greenfield be adapted to cloudflare worker. Developers can quickly build Greenfield services without having to maintain servers, which will increase the usage of greenfield. If you can solve the problems I mentioned above, I am willing to continue to maintain greenfield-cloudflare-worker, thx.
The text was updated successfully, but these errors were encountered:
It runs fine in a normal nodejs service, but an error occurs in a cloudflare worker.
And can I send a post request directly to the greenfield node to upload resources without using the sdk?
Summary
cloudflare worker is a popular serverless service. I am trying to integrate it with greenfield, but when I call
delegateUploadObject
to upload a file, it promptsYou can reproduce the problem by running this repository
https://github.com/HelloRickey/greenfield-cloudflare-worker-test
I sincerely recommend that Greenfield be adapted to cloudflare worker. Developers can quickly build Greenfield services without having to maintain servers, which will increase the usage of greenfield. If you can solve the problems I mentioned above, I am willing to continue to maintain greenfield-cloudflare-worker, thx.
The text was updated successfully, but these errors were encountered: