Question/Issue:
I am trying to add an S3 bucket to a new project, but I am continually running into “Failed to verify credentials” with the error “Bucket verification failed: Bucket verification failed: Unknown error”
Project ID:
834495
Context/Use case:
Adding an S3 bucket to a new project.
Steps Taken:
- Provide credentials for S3 bucket
- Click verify credentials
- Receive error
Expected Outcome:
I should be able to connect my bucket to Edge Impulse via the web interface.
Actual Outcome:
Via the browser console, the verify process returns the following :
{
"success": false,
"connectionStatus": "error",
"connectionError": "Converting circular structure to JSON\n --> starting at object with constructor 'IncomingMessage'\n | property 'req' -> object with constructor 'ClientRequest'\n --- property 'res' closes the circle",
"connectionStatusSince": "2025-11-23T16:55:48.418Z"
}
Reproducibility:
- [X] Always
- [ ] Sometimes
- [ ] Rarely
Environment:
- Accessing project via web browser, attempted in both Firefox (145.0.1) and Chrome (142.0.7444.176)
