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
I am new to Payload and I am trying to follow the example setting up Supabase storage as backend S3 storage. I encountered the following error when I tried to upload am image from Payload:
ERROR: There was an error while uploading files corresponding to the collection media with filename Screenshot 2024-07-19 152604.png:
ERROR: write EPROTO 4C4C0000:error:0A000410:SSL routines:ssl3_read_bytes:sslv3 alert handshake failure:c:\ws\deps\openssl\openssl\ssl\record\rec_layer_s3.c:1605:SSL alert number 40
err: {
"type": "Error",
"message": "write EPROTO 4C4C0000:error:0A000410:SSL routines:ssl3_read_bytes:sslv3 alert handshake failure:c:\\ws\\deps\\openssl\\openssl\\ssl\\record\\rec_layer_s3.c:1605:SSL alert number 40\n",
"stack":
Error: write EPROTO 4C4C0000:error:0A000410:SSL routines:ssl3_read_bytes:sslv3 alert handshake failure:c:\ws\deps\openssl\openssl\ssl\record\rec_layer_s3.c:1605:SSL alert number 40
at WriteWrap.onWriteComplete [as oncomplete] (node:internal/stream_base_commons:87:19)
at WriteWrap.callbackTrampoline (node:internal/async_hooks:130:17)
"errno": -4046,
"code": "EPROTO",
"syscall": "write",
"$metadata": {
"attempts": 1,
"totalRetryDelay": 0
}
}
ERROR: write EPROTO 4C4C0000:error:0A000410:SSL routines:ssl3_read_bytes:sslv3 alert handshake failure:c:\ws\deps\openssl\openssl\ssl\record\rec_layer_s3.c:1605:SSL alert number 40
err: {
"type": "Error",
"message": "write EPROTO 4C4C0000:error:0A000410:SSL routines:ssl3_read_bytes:sslv3 alert handshake failure:c:\\ws\\deps\\opensslws\\deps\\openssl\\openssl\\ssl\\record\\rec_layer_s3.c:1605:SSL alert number 40\n",
"stack":
Error: write EPROTO 4C4C0000:error:0A000410:SSL routines:ssl3_read_bytes:sslv3 alert handshake failure:c:\ws\deps\openssl\openssl\ssl\record\rec_layer_s3.c:1605:SSL alert number 40
at WriteWrap.onWriteComplete [as oncomplete] (node:internal/stream_base_commons:87:19)
at WriteWrap.callbackTrampoline (node:internal/async_hooks:130:17)
"errno": -4046,
"code": "EPROTO",
"syscall": "write",
"$metadata": {
"attempts": 1,
"totalRetryDelay": 0
}
}
POST /api/media?depth=0&fallback-locale=null 500 in 505ms
Could anyone please help shed some light on how to go about debugging and resolving this error? Thank you!
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I am new to Payload and I am trying to follow the example setting up Supabase storage as backend S3 storage. I encountered the following error when I tried to upload am image from Payload:
Could anyone please help shed some light on how to go about debugging and resolving this error? Thank you!
@payloadcms/next 3.61.1
@payloadcms/storage-s3 3.61.1
Beta Was this translation helpful? Give feedback.
All reactions