Issue in uploading file to S3 bucket or storage
I created an edge function that basicly uploads file to storage. it keeps failing with this error:"Error during file processing or upload: TypeError: error sending request for url (http://127.0.0.1:54321/storage/v1/object/avatars/filessas.json)"
Note that edge function is locally and it takes no jwt verifiy flag and bucket is public. I tried also using S3 bucket but same issue keeps happenning
Note that edge function is locally and it takes no jwt verifiy flag and bucket is public. I tried also using S3 bucket but same issue keeps happenning