You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am experiencing another problem. We have multiple branches on avo, including main and test. On the main branch, we have only configured some settings but have not added any events yet. Meanwhile, on the test branch, we have some events.
Currently, I am on the main branch and attempting to pull events from the test branch using the following command:
avo pull --branch test -f
However, this command is not successfully pulling events from the test branch (Avo interface is still empty - I'm working on Android app).
Please note that I configured sources on the main branch after adding events on the test branch, and subsequently merged main into test.
The text was updated successfully, but these errors were encountered:
Hey Juraj, am I right to assume this was the issue where sources had the same name?
For readers: There is currently a bug which allows users to create sources with the same name, resulting in the CLI to take the first available source with the name, which might not be the expected one. Until this is fixed the current solution is to name the sources uniquely.
Hello,
I am experiencing another problem. We have multiple branches on avo, including
main
andtest
. On themain
branch, we have only configured some settings but have not added any events yet. Meanwhile, on thetest
branch, we have some events.Currently, I am on the
main
branch and attempting to pull events from thetest
branch using the following command:However, this command is not successfully pulling events from the
test
branch (Avo interface is still empty - I'm working on Android app).Please note that I configured sources on the main branch after adding events on the test branch, and subsequently merged main into test.
The text was updated successfully, but these errors were encountered: