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
by simply activating PROD app_env, Genie.loadapp(context=MyModule) fails because it says PLUGINS_WITH_ASSETS are not defined, which indeed are not defined inside MyModule.
It turns out there are a couple of more such variables which seem to be wrongly resolved in the calling module, and not in GenieFramework. I guess they all should be interpolated.