Skip to content
This repository has been archived by the owner on Aug 2, 2024. It is now read-only.

Implementing ApprovalAccessControlProvider throws Error #483

Answered by adrianhall
hannibub asked this question in Q&A
Discussion options

You must be logged in to vote
  1. Your problem is in the model you are using. You have set the UserId field to "required". however, your client is not submitting the user id. Remove the [Required] attribute from the UserId field.
  2. There is a SQLite database in the background. I'm guessing that when you uninstall the client app, you didn't remove the backing data. That would cause the problem you are seeing.

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@hannibub
Comment options

@adrianhall
Comment options

@hannibub
Comment options

@adrianhall
Comment options

@hannibub
Comment options

Answer selected by adrianhall
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants