LJXSean / Stumble-api

Backend server for Stumble application, serving REST API Endpoints
https://ljxsean.github.io/Stumble/
0 stars 0 forks source link

Bug: Like and unlike buttons not updating UI #19

Closed LJXSean closed 1 year ago

LJXSean commented 1 year ago

When viewing a post, clicking the like and unlike button does not update the UI even thought the backend is being updated

LJXSean commented 1 year ago

liking a post twice causes an error

LJXSean commented 1 year ago

^Fixed Analysis: Any error redirects to error page Fix: Only redirect when encounter 404 Error

Analysis: Add and remove like calls updateLikes action. This action only updated the likes array of posts. Fix: Update likes array of post when updateLikes called