Steps to reproduce:
x new web WebApp
x mix auth
x mix auth-db
x mix postgres
x mix autoquery
Move AppUser to ServiceModel Types and do import of ServiceModel.Types
Get Error "Could not Resolve Type AppUser.
I made sure that AppUser existed in my persisted ormlite db so that AutoQuery can find the table. (Not shown in this github repository as I have an existing database where AppUser already exist that I can not share.
set AutoRegister to true