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
DBIx::Class::ResultSource::reverse_relationship_info(): No such relationship '' at ~/.perlbrew/libs/perl-5.26.0@CRM/lib/perl5/Dancer2/Plugin/Auth/Extensible/Provider/DBIC.pm line 570
The User, Role and UserRole resultsets were copied from your Schema1 code at "t/lib" folder. The plugin is working fine, but this error happened when I have checked for a role, something similar to this one:
get '/beer' => require_role BeerDrinker => sub { ... }
The text was updated successfully, but these errors were encountered:
I got this error message:
DBIx::Class::ResultSource::reverse_relationship_info(): No such relationship '' at ~/.perlbrew/libs/perl-5.26.0@CRM/lib/perl5/Dancer2/Plugin/Auth/Extensible/Provider/DBIC.pm line 570
The User, Role and UserRole resultsets were copied from your Schema1 code at "t/lib" folder. The plugin is working fine, but this error happened when I have checked for a role, something similar to this one:
get '/beer' => require_role BeerDrinker => sub { ... }
The text was updated successfully, but these errors were encountered: