At the point
That's it! You've now fully configured your Loopback project to work with Stormpath.
attempt to run the app (either as node . or slc run) the app crashes with the error shown in the issue title.
The same application without the replacement for User in the model-config.json with '''StormpathUser''' works just fine, so this problem seems to be caused by not having the user object present anymore.
At the point
That's it! You've now fully configured your Loopback project to work with Stormpath.attempt to run the app (either as
node .orslc run) the app crashes with the error shown in the issue title.The same application without the replacement for
Userin themodel-config.jsonwith '''StormpathUser''' works just fine, so this problem seems to be caused by not having theuserobject present anymore.