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
Simulating by Postman with S3 Access Key, S3 Secret Key, and in the URL http://serverip:9000/, it works normal but uses PUT method
when uploading image from builder has the following error in bash :
POST /api/trpc/generateUploadUrl?batch=1 500 in 100ms
it seems that you are trying to make a POST request, it should be PUT right
where do I find the logs as it was installed via bun dev , the docker compose logs command in the typebot.io folder only shows the postgres log
2499e661978c postgres:16 "docker-entrypoint.s..." 6 hours ago Up 6 hours 0.0.0.0:5432->5432/tcp typebotio-typebot-db-1
440f1cc357c2 minio/minio "/usr/bin/docker-ent..." 6 hours ago Up 2 hours 0.0.0.0:9000-9001->9000-9001/tcp typebotio-minio-1
I also have doubts about how to leave the system running continuously
grateful
The text was updated successfully, but these errors were encountered:
I followed this tutorial:
https://docs.typebot.io/contribute/guides/local-installation
system running, but not saving at the minio
Simulating by Postman with S3 Access Key, S3 Secret Key, and in the URL http://serverip:9000/, it works normal but uses PUT method
when uploading image from builder has the following error in bash :
POST /api/trpc/generateUploadUrl?batch=1 500 in 100ms
it seems that you are trying to make a POST request, it should be PUT right
where do I find the logs as it was installed via bun dev , the docker compose logs command in the typebot.io folder only shows the postgres log
2499e661978c postgres:16 "docker-entrypoint.s..." 6 hours ago Up 6 hours 0.0.0.0:5432->5432/tcp typebotio-typebot-db-1
440f1cc357c2 minio/minio "/usr/bin/docker-ent..." 6 hours ago Up 2 hours 0.0.0.0:9000-9001->9000-9001/tcp typebotio-minio-1
I also have doubts about how to leave the system running continuously
grateful
The text was updated successfully, but these errors were encountered: