Hi!
I've went through the getting started guide of StrongLoop a couple of times but I seem to get stuck when i try to migrate my first model that i've created from scratch.
I have created a data source and a model as instructed in the getting started guides and when i test the connection i get a "Success" but when i click "Migrate Model" i get the following error:
"Failed to load resource: the server responded with a status of 404 (Not Found)"
With a link to the following error message:
{"error":{"name":"Error","status":404,"message":"Unknown \"DataSourceDefinition\" id \"undefined\".","statusCode":404,"code":"MODEL_NOT_FOUND","stack":"Error: Unknown \"DataSourceDefinition\" id \"undefined\".\n at Function.convertNullToNotFoundError (/usr/local/lib/node_modules/strongloop/node_modules/loopback/lib/persisted-model.js:81:17)\n at invokeRestAfter (/usr/local/lib/node_modules/strongloop/node_modules/strong-remoting/lib/rest-adapter.js:451:25)\n at /usr/local/lib/node_modules/strongloop/node_modules/async/lib/async.js:607:21\n at /usr/local/lib/node_modules/strongloop/node_modules/async/lib/async.js:246:17\n at iterate (/usr/local/lib/node_modules/strongloop/node_modules/async/lib/async.js:146:13)\n at /usr/local/lib/node_modules/strongloop/node_modules/async/lib/async.js:157:25\n at /usr/local/lib/node_modules/strongloop/node_modules/async/lib/async.js:248:21\n at /usr/local/lib/node_modules/strongloop/node_modules/async/lib/async.js:612:34\n at /usr/local/lib/node_modules/strongloop/node_modules/strong-remoting/lib/remote-objects.js:626:11\n at execStack (/usr/local/lib/node_modules/strongloop/node_modules/strong-remoting/lib/remote-objects.js:460:7)"}}
I've tried to create tables in the database manually with the exact same credentials as i've created the data source with and I guess you could say that i'm out of ideas of how to proceed with this problem.
Any ideas?