Feature(s) impacted
Please describe in this mandatory section the feature(s) that will be discussed in this topic.
- All routes not protected with
permissionMiddlewareCreator
Observed behavior
Please describe in this mandatory section the current behavior you observe.
I’m receivingaccess forbidden on <model>
errors for any model I try and load. If I removepermissionMiddlewareCreator
the routes work just fine.
- This is a new typescript+sequelize project following the guide here: V8 - Woodshop for old agent generation
- Also using GitHub - sequelize/sequelize-typescript: Decorators and some other features for sequelize for model definitions
Context
- Project name: agency-admin
- Team name: Agency
- Environment name: development