-
Notifications
You must be signed in to change notification settings - Fork 929
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
config.get is not a function #1699
Comments
Hi @PatrickGeyer , thanks for the report! I'm unable to reproduce the error. |
@PatrickGeyer I found the root cause of the issue. |
@GiladShoham, sounds great - thanks for the speedy response. Love Bit! |
@PatrickGeyer RUN bit config set error_reporting true
RUN bit config set analytics_reporting false
RUN bit link That's a better and more readable way to do it. |
@PatrickGeyer A quick update. |
Expected Behavior
bit link should work without error
Actual Behavior
In the last day, bit started throwing the above error when running bit link. I'm installing bit-bin and running bit link as part of a Dockerfile, which has not changed. This makes me think that the issue arrived in the 14.1.2 version of bit pushed 14 hours ago. If I revert to 14.0.1 I do not get this error.
One thing I should note is that the command works fine on my local workstation in both versions, when bit is logged in or after I run the bit logout command. It's only in Docker that the command failed.
Dockerfile:
Steps to Reproduce the Problem
Specifications
The text was updated successfully, but these errors were encountered: