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
@frankie567 is it a hard requirement that the user_create and user_update params are dynamically generated schemas? Testing it with user_create: schemas.user.UserCreateAdmin solves the issue.
If the above is not an option I believe the only way to go now is to set the following in the decorator:
As mentioned by @pcnoic in https://github.com/orgs/fief-dev/discussions/285.
Probably because we dynamically generate the fields schema. At least, we could hard-code the basic schema in the endpoint decorator.
The text was updated successfully, but these errors were encountered: