When Converting A Module To An App "Inputs" Are Not Passed BUT their namespaces are reserved

Hello,
I just converted a Module to an App (multi-page app), and within the module, there is an "Input" called "AUTH".
After the conversion, I try to create a Variable with the same name "AUTH" and I could not do that (says that there is a property with the same name).

I could not find this variable anywhere in the app (global or page specific).

Im not sure if this is an actual bug, but it would be useful to convert the input (and maybe the output) to actual global/page-spe "variables".

Thank yoU!

Just checked, and it works the same for me as for you;
I would consider it a bug, but perhaps it is accessible in some other way? Or maybe it's just required to be a reserved name in case some other code depends on it.
Either way, you should be able to find and delete it by going into the Code Search tab and filtering by name, like in the attached screenshot:

So this should work, at least as a band-aid solution.

Respectfully yours,
Bartosz Kaczmarek

1 Like