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
But as far as i know the configuration is evaluated before the dependencies are compiled -> you can't use code from dependencies in the configuration and will lead to the following error.
(UndefinedFunctionError) functionElectric.Utils.obfuscate_password/1 is undefined (module Electric.Utils is not available)
The text was updated successfully, but these errors were encountered:
Hello there :)
Currently when following the documentation for adding the sync-service to an existing elixir application, the following issue arises.
The example uses the Electric.Utils.obfuscate_password method like this.
But as far as i know the configuration is evaluated before the dependencies are compiled -> you can't use code from dependencies in the configuration and will lead to the following error.
The text was updated successfully, but these errors were encountered: