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
I found out the problem. The docs here on github is outdated. On hex is saying this: "You have to hook ExAudit to your repo, by replacing Ecto.Repo with ExAudit.Repo:", but here on Github looked like I had to use ExAudit below my calling to Ecto.Repo.
Hy Guys. Thank you for the library.
I put this clause into my code:
use ExAudit.Repo
After compiling I get this error:
key :otp_app not found in: []
Does anyone know what's happening?
The text was updated successfully, but these errors were encountered: