I have started using the parse-server npm module.
Everything starts up fine, but when I attempt to make REST requests to instantiate new objects in a new class, I get the following response:
{"code":107,"error":"schema is frozen, cannot add: AccountTest2"}
I've tried googling this issue but I am quite literally seeing no results whatsoever.
Thanks!