Invalid Screen + Firebase

I have in my Firebase database a field with the name of the last open screen. Works with all screens except for Ventadeproductos. A message appears saying Invalid Screen
Invalid Screen
With this window it works
SiFunciona

It doesn't work with this window even if it is the same code
NoFunciona

This is the field in firebase
DB

From your blocks, you are already on that screen, so you cannot go to it?

It seems in the second case that the Tag "UltimaPantalla" cannot be read from firebase and the empty list is used (ValueIfTagNotThere). Are you sure the tag exists in firebase? have you set the same projectBucket in all firebase components (and token and URL)?

I thought I had the same projectBucket, but no. Thanks

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.