Share feedback, ideas and get community help

m
meeaal
Offline, last seen 2 weeks ago
Joined December 5, 2024
I am developing a chatbot that I want to run locally for an art project. on my RP4 (raspberry os 64bit) I am running Typebot.io and minIO in docker.

Both are accesible via their webUI. typebot on localhost:8080 and minIO on localhost:9000

In minIO I can see that the database is properly generated and public.

The docker compose logs state the following:

typebot-builder-1 | code: 'INTERNAL_SERVER_ERROR',typebot-builder-1 | name: 'TRPCError',typebot-builder-1 | [cause]: InvalidEndpointError: Invalid endPoint : http://minio:9000typebot-builder-1 | at new TypedClient (file:///app/node_modules/minio/dist/esm/internal/client.mjs:42:13)typebot-builder-1 | at new Client (file:///app/node_modules/minio/dist/esm/minio.mjs:44:8)typebot-builder-1 | at o (/app/apps/builder/.next/server/chunks/5370.js:92:4225)typebot-builder-1 | at n (/app/apps/builder/.next/server/pages/api/trpc/[trpc].js:1:13381)typebot-builder-1 | at /app/apps/builder/.next/server/pages/api/trpc/[trpc].js:1:10792typebot-builder-1 | at async resolveMiddleware (file:///app/node_modules/@trpc/server/dist/index.mjs:420:30)typebot-builder-1 | at async callRecursive (file:///app/node_modules/@trpc/server/dist/index.mjs:456:32)typebot-builder-1 | at async callRecursive (file:///app/node_modules/@trpc/server/dist/index.mjs:456:32)typebot-builder-1 | at async callRecursive (file:///app/node_modules/@trpc/server/dist/index.mjs:456:32)typebot-builder-1 | at async resolve (file:///app/node_modules/@trpc/server/dist/index.mjs:486:24)typebot-builder-1 | }

I can give you the .env content and the docker-compose.yml file if necessary
5 comments
B
m