mirror of
https://github.com/baptisteArno/typebot.io.git
synced 2026-06-25 21:01:54 +08:00
Replace deprecated `mc config host add` with `mc alias set`. ## Context Running the current **createbuckets** service logs errors similar to: ``` mc: <ERROR> `config` is not a recognized command. Get help using `--help` flag. mc: <ERROR> Unable to set anonymous `public` for `minio/typebot/public`. Requested path `/minio/typebot/public` not found. ``` These arise because the command `mc config host` add was removed in recent releases in favor of `mc alias set`. Without a valid alias, subsequent commands reference a non‑existent path and fail. `--ignore-existing` – makes bucket creation idempotent so the service can run multiple times without failing. |
||
|---|---|---|
| .. | ||
| api-reference | ||
| contribute | ||
| deploy | ||
| editor | ||
| get-started | ||
| guides | ||
| images | ||
| logo | ||
| openapi | ||
| results | ||
| self-hosting | ||
| settings | ||
| snippets | ||
| theme | ||
| user | ||
| workspace | ||
| breaking-changes.mdx | ||
| faq.mdx | ||
| favicon.svg | ||
| mint.json | ||
| package.json | ||
| report-abuse.mdx | ||
| upcoming-changes.txt | ||
| workspace.mdx | ||