Closed UVk closed 7 years ago
I have the same error. Does not generate the tables either.
"error_description": "relation \"public.oauthclientapplication\" does not exist"
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.
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.
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.