modernistik / parse-stack

Parse Server Ruby Client SDK
https://www.modernistik.com/gems/parse-stack/
MIT License
61 stars 20 forks source link

Failed to display relationships after restarting server #36

Closed Lozadaa closed 7 years ago

Lozadaa commented 7 years ago

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?

apersaud commented 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.