sourcefuse / loopback4-starter

Loopback 4 starter application. Multi-tenant architecture supported. Authentication, Authorization, Soft deletes, environment vars, Audit logs, included.
MIT License
158 stars 59 forks source link

usersId not found #36

Closed temp3l closed 4 years ago

temp3l commented 4 years ago

kept getting errors about usersId not found

added this in src/models/user-credentials.model.ts to make it run

  @property({
    type: 'number',
  })
  user_id?: number;
jessevanmuijden commented 4 years ago

i had the same issue, but it appeared that i had not fully run all migrations.

samarpan-b commented 4 years ago

Closing it. This should not be an issue anymore.