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
When you use the POST method to add some new data to an endpoint.
Later, when i try to update the data using either PUT or PATCH method, it simply does not exist, visiting the URL says "Not Found" but the object is shown in the total list on the endpoint. (Refer to the images attached below)
The text was updated successfully, but these errors were encountered:
I think this is because the new object's id is not being saved as a String, causing it to not recognize it.
Restarting the server fixes the id and converts it into a String
When you use the POST method to add some new data to an endpoint.
Later, when i try to update the data using either PUT or PATCH method, it simply does not exist, visiting the URL says "Not Found" but the object is shown in the total list on the endpoint. (Refer to the images attached below)
The text was updated successfully, but these errors were encountered: