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
Adding the Repo in the app and the desired per_page to the rummage_ecto configuration in config.exs does not work properly.
It is always necessary to provide opts parameters in the rummage/3 function during pagination since the default one (or specified one) is not recognized.
The error we have when the opts are not specified: ** (RuntimeError) Expected key repo in opts, got []
The text was updated successfully, but these errors were encountered:
Adding the
Repo
in the app and the desiredper_page
to therummage_ecto
configuration inconfig.exs
does not work properly.It is always necessary to provide
opts
parameters in the rummage/3 function during pagination since the default one (or specified one) is not recognized.The error we have when the opts are not specified: ** (RuntimeError) Expected key
repo
inopts
, got []The text was updated successfully, but these errors were encountered: