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
In V2, declarations are only resolved from directly imported schema files. This is generally fine, except for auth() - you'll need to import the schema containing User or @@auth model in every schema file that uses access policies.