strongloop / loopback-component-oauth2

oAuth 2.0 server for LoopBack
http://www.strongloop.com
Other
62 stars 63 forks source link

"error_description": "ER_NO_SUCH_TABLE: Table 'db_test.OAuthClientApplication' doesn't exist" #52

Closed UVk closed 6 years ago

UVk commented 7 years ago

Was trying to implement loopback-component-oauth2 so my server will be an OAuth provider. I'm using MySQL on AWS (RDS service) as a data source (Node 6.9.1, Loopback 2.29.1). It seems that the implementation does not create the needed tables reflected in the model. Using Postman as client I'm getting the above error.

maziarz commented 7 years ago

I have the same error. Does not generate the tables either.

"error_description": "relation \"public.oauthclientapplication\" does not exist"

stale[bot] commented 6 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

stale[bot] commented 6 years ago

This issue has been closed due to continued inactivity. Thank you for your understanding. If you believe this to be in error, please contact one of the code owners, listed in the CODEOWNERS file at the top-level of this repository.