Closed Lozadaa closed 7 years ago
Do you mean seeing the changes in the Parse Dashboard? Depending on the version of parse-server, dashboard caches the collection schema, so it might take a modification in the dashboard UI to have it reload the updated schema. This was normal in the hosted Parse solution as well.
When creating relationships, everything works perfect, creating the rows with relationships as well. The problem is in the view, after the relationships already exist and you want to see it after restarting the server are not seen.
The quick fixes I found to this were:
Go into the view of each table and then go to the view of those containing the relationships and already looked perfectly.
Create a row in the table with the relationships and delete it.
Is there any official solution to this? Has anyone else noticed it?