Tyler Smith
Results
2
comments of
Tyler Smith
The app won't hit a public facing domain for a few weeks due to security policies. I'll see if I can replicate in a fresh sails.io app.
You need to define the Schema name when you create it ``` const User = Schema("User", { _id: { type: String, required: true }, username: { type: String, required: true...