There was an error while loading. Please reload this page.
TypeError: Cannot create property 'id' on string 'role-1'
The JSON is like so:
{ "roles": ['role-1', 'role-2']}
But when I try to run json-server on such json I get:
Any way to overcome this?