You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pay attention to "users" and "messages" response. Both returns "className":null. That should not happen. At least, with JS and Node.JS, I don't get any "null" value.
Furthermore, I need to get Chats class filtered by 'email' column from Users on 'user' column. And get all messages from 'messages' column.
Uh oh!
There was an error while loading. Please reload this page.
Hi! I'm trying to use Parse Server in my new app. I have the following db schema:
As you can see, class
Chats
has columns:Users
(a Relation), andMessages
(another Relation). However, when I try to do a simple request:I get the following log:
Pay attention to "users" and "messages" response. Both returns "className":null. That should not happen. At least, with JS and Node.JS, I don't get any "null" value.
Furthermore, I need to get
Chats
class filtered by 'email' column from Users on 'user' column. And get all messages from 'messages' column.So, I tried get all messages with:
However, I got this Parse Request:
As u can see, request's url is: classes/null, so obviously, I got a null response:
Can you help me ?
The text was updated successfully, but these errors were encountered: