Skip to content

Troubleshooting abctl secure cookies message #63728

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jul 23, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 7 additions & 2 deletions docs/platform/deploying-airbyte/troubleshoot-deploy.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Troubleshooting abctl

This guide will help you navigate any issues with deploying Airbyte. This guide is intended for users of `abctl`.
This guide helps you navigate any issues when you deploy Airbyte with `abctl`.

## Common Errors

Expand Down Expand Up @@ -164,7 +164,12 @@ Upgrade to version `>0.15.1`

Version `0.15.0` had a bug when users have `secrets.yaml` file. You must upgrade your `abctl` to fix this issue.

---
### Make sure you have disabled secure cookies

- Error: `Your credentials were correct, but the server failed to set a cookie. You appear to have deployed over HTTP. Make sure you have disabled secure cookies.`
- Cause: You have deployed Airbyte to an insecure (non-HTTPS) host, but you haven't turned off secure cookies.
- Fix 1: Upgrade abctl to version 0.29 or higher. A bug in previous versions caused this message to appear even when it should not have.
- Fix 2: Deploy Airbyte again and set the `--insecure-cookies` flag. For example, `abctl local install --host example.com --insecure-cookies`.

## FAQ

Expand Down
Loading