Hi all, getting an odd error when trying to use the retool storage within our self hosted environment.
The resource is setup with its own S3 bucket, access policies for the user/bucket include ListBucket, PutObject, GetObject, GetBucketCORS, DeleteObject.
The retool storage resource passes on text connection and all seems correct, however when trying to use it within an app we only get the error message:
statusCode:400
error:"Bad Request"
message:"Retool Storage not configured"
data:null
Also when trying to see the files in storage (via retool instance url /files) there is an instant redirect back to the resource itself, is this intended, or does it indicate something is wrong with the bucket?
Just as an update on this, configuring the same bucket as its own S3 resource works fine so I know its not a permissions/access issue, my guess is its a config I've missed somewhere to enable the retool storage with the on-prem setup.
If it helps in any way our instances are on ECS and deployed via terrafom
Hi @gthorp,
Can you provide some information from your network tab in your developer tools for this request? Could you download the HAR file when this request fails and send it to me? Click on the download arrow just below your navbar in your dev tools. Make sure "Preserve log" is checked and that "All" is selected on the Network tab. Thanks!