Message: Invalid endPoint
Can someone help me? I've tried supabase s3, minio and I'm still struggling to resolve this error:
[
{
"error": {
"json": {
"message": "Invalid endPoint : https://XX.XXX.XXX.XXX:9000",
"code": -32603,
"data": {
"code": "INTERNAL_SERVER_ERROR",
"httpStatus": 500,
"path": "typebot.importTypebot",
"logError": null,
"zodError": null
}
}
}
}
]
I'm getting this error when importing a file in this case: https://typebot.XXXXXXXXX.com/pt-BR/typebots/create
x
S3_ACCESS_KEY=typebotadmin
S3_SECRET_KEY=Was010471
S3_BUCKET=typebot
S3_PORT=9000
S3_ENDPOINT=https://XX.XXX.XXX.XXX:9000
S3_SSL=true
S3_REGION=us-east-1
S3_FORCE_PATH_STYLE=true
PUBLIC_STORAGE_URL=http://XX.XXX.XXX.XXX:9000/typebot
x
I've tried with localhost, domain, ip and I can't get either minio or supabase.
2 Replies