-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
👋 Greetings, Airbyte Team Member!Here are some helpful tips and reminders for your convenience. Helpful Resources
PR Slash CommandsAirbyte Maintainers (that's you!) can execute the following slash commands on your PR:
|
|
||
- 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: Deploy Airbyte again and set the `--insecure-cookies` flag. For example, `abctl local install --host example.com --insecure-cookies`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
FYI there was a recent fix for --insecure-cookies. Latest version should now be working. See - #61586
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That probably explains the why behind this request. Either way, it'll be documented now. :)
What
Responding to user feedback on the docs, I've added a troubleshooting entry for what to do when you see the 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.
How
Added a new entry to the abctl troubleshooting page.
Review guide
User Impact
Can this PR be safely reverted and rolled back?
Important
Auto-merge enabled.
This PR is set to merge automatically when all requirements are met.