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
I am experiencing a problem with the activities/profile resource when attempting to query a profile. It appears to be returning old data which is from the initial creation. If I look at the Django admin console it reflects the data correctly, as does querying within the postgres container using psql.
What is odd is that if I update the resource and query it again, I can see that the Last-Modified gets updated.
Is this a cache issue somewhere?
Postman request GET /activites/profile
psql query from container
The text was updated successfully, but these errors were encountered:
I am experiencing a problem with the
activities/profile
resource when attempting to query a profile. It appears to be returning old data which is from the initial creation. If I look at the Django admin console it reflects the data correctly, as does querying within the postgres container using psql.What is odd is that if I update the resource and query it again, I can see that the
Last-Modified
gets updated.Is this a cache issue somewhere?
Postman request GET /activites/profile
psql query from container
The text was updated successfully, but these errors were encountered: