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
Posts data in the /posts path must refresh data after submitting a post in the newpost (/new) page.
Till Now, user have to refresh the posts page after submitting post.
The text was updated successfully, but these errors were encountered:
There is no /new endpoint's implementation in postRoutes.js.
What I meant is... there is a path https://dev-pad.netlify.app/new
where we can upload post
After submitting... there is a message showing successfully submitted...also post fetching function is inside context file, where you can change the data while the submission is success.
Present condition is:
After submission, there is no fetching happened after submission... hence no new postes are shown
Posts data in the
/posts
path must refresh data after submitting a post in the newpost (/new
) page.Till Now, user have to refresh the posts page after submitting post.
The text was updated successfully, but these errors were encountered: