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
Hi,
on this project I'm developing a component for uploading images using nuxthub and cloudflare presigned urls.
Here is the view file and the route api to get the url
When I try to upload locally with a --remote, I get this error :
ℹ Error: [POST] ‘https://projectName.nuxt.dev/api/_hub/blob/credentials’: 404 Not Found
await blob.createCredentials({...})
On the nuxt dev side, I get this error :
{
‘message‘:’[POST] \‘https://admin.hub.nuxt.com/api/projects//blob/production/credentials’: 404 Server Error’,‘statusCode":404,‘statusMessage": “Server Error”,‘data":{‘error":true,‘url": “https://admin.hub.nuxt.com/api/projects//blob/production/credentials”,‘statusCode":404,‘statusMessage": “Server Error”,‘message": ’Project not found’
}
}
I don't know what I've done wrong
when I launch the project on the local side, I have the blobs activated:
ℹ Linked to https://admin.hub.nuxt.com/name/projectName
ℹ Using production environment
ℹ Using remote storage from https://projectName.nuxt.dev
ℹ Remote storage available: database, blob
and on the nuxt config side I have activated them and they have been deployed:
hub: {
database: true,
blob: true,
},
The text was updated successfully, but these errors were encountered:
Hi,
on this project I'm developing a component for uploading images using nuxthub and cloudflare presigned urls.
Here is the view file and the route api to get the url
When I try to upload locally with a --remote, I get this error :
On the nuxt dev side, I get this error :
I don't know what I've done wrong
when I launch the project on the local side, I have the blobs activated:
and on the nuxt config side I have activated them and they have been deployed:
The text was updated successfully, but these errors were encountered: