forms-mongoose
forms-mongoose copied to clipboard
Copying and pasting example in code gets error
TypeError: Invalid value for schema path email.type
I was able to slightly figure out what is going on. None of my modules had
forms: {all:{}}
written for example
username: {type: String, default: '', forms: {all:{}}},
I didn't even know what that was. As soon as I added it, it worked.