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
Currently, require('config'):get() throws an error if executed in a role that is applied at config startup. If require('config'):get() is executed in a role that is applied at config reload, it returns the previous configuration.
The expected behavior is to return the configuration that is currently applied.