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
Yes, confirmed. This is very much related to issue #20 also.
There are two scenarios here in which the code should not explode.
Having MicroflowConstants: but nothing after that in the config, which results in MicroflowConstants: null if you do dump_config, a.k.a. None in python.
Not having the MicroflowConstants: listed at all (if you have no constants at all and strip everything you don't use from the config.
Both scenarios do not pop up in our hosting environment, because in the generated files an empty list ends up as an explicit MicroflowConstants: [] in there, never as None. And, the option is always present.
Hi @knorrie
I tried to upgrade m2ee tools to v7.2, I could not start app in the case of not have microflow constants.
Thanks,
The text was updated successfully, but these errors were encountered: