antaL
antaL
Explore posts from servers
NNuxt
Created by antaL on 3/25/2024 in #❓・help
Failed to deploy to CF Pages
looks like storage config was the issue
3 replies
NNuxt
Created by antaL on 3/25/2024 in #❓・help
Failed to deploy to CF Pages
not working with clientNodeCompat: false  too
3 replies
CDCloudflare Developers
Created by antaL on 3/21/2024 in #general-help
batch images upload not working
/close
5 replies
CDCloudflare Developers
Created by antaL on 3/21/2024 in #general-help
batch images upload not working
Working without form headers!
5 replies
CDCloudflare Developers
Created by antaL on 3/21/2024 in #general-help
batch images upload not working
I am using nodejs/axios, works perfectly with the normal endpoint normal: https://api.cloudflare.com/client/v4/accounts/[accountid]/images/v1
await lastValueFrom(this.httpService.post(this.uploadEndpoint, form, {
headers: {
Authorization: `Bearer ${this.getBatchKey()}`,
...form.getHeaders(),
},
}));
await lastValueFrom(this.httpService.post(this.uploadEndpoint, form, {
headers: {
Authorization: `Bearer ${this.getBatchKey()}`,
...form.getHeaders(),
},
}));
but not working with https://batch.imagedelivery.net/images/v1
5 replies