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
This was pretty difficult to nail down, but when an app contains one callback whose output ID is 1 or 2 characters long and you're trying to add another output with the same length ID, then you get an error:
Error: One or more outputs are duplicated across callbacks. Please ensure that all ID and property combinations are unique.
This is clearly an incorrect error.
For example, trying to add the following two callbacks to an app that doesn't have any callbacks yet:
This was pretty difficult to nail down, but when an app contains one callback whose output ID is 1 or 2 characters long and you're trying to add another output with the same length ID, then you get an error:
This is clearly an incorrect error.
For example, trying to add the following two callbacks to an app that doesn't have any callbacks yet:
Will error. If instead of
a
andb
you usea1
andb2
it would also fail, as the rules above explain.The text was updated successfully, but these errors were encountered: