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
this is for a request of the format https://awsbackendurl/dev/commentative/${req.params.uuid}
which should be returning all the info necessary to load that article and its comments on the page.
currently returns article content and comments(text and reference id) but not the user attached to each comment.
the user does get posted to the database, so the query needs to be edited to return this info as well.
The text was updated successfully, but these errors were encountered:
rooberrydev
changed the title
article uuid request from database returns comments without user info
article uuid request from database returns comments without user's name
May 26, 2020
Nope not expected behaviour. i opened this issue today because the database isn't returning the users name, hence the blank spaces when you refresh the page.
this is for a request of the format
https://awsbackendurl/dev/commentative/${req.params.uuid}
which should be returning all the info necessary to load that article and its comments on the page.
currently returns article content and comments(text and reference id) but not the user attached to each comment.
the user does get posted to the database, so the query needs to be edited to return this info as well.
The text was updated successfully, but these errors were encountered: