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
For the live/deployed version of HearSay's back-end, profile management had to be removed (commented out) because it was only designed for local system user (single user) and was not a part of the project's MVP. To re-implement this (great!) feature, one should look into using cookies to store a user's profile data on their browser, and to make handling the creation of a profile an independent action that a single thread carries out for a user.
The text was updated successfully, but these errors were encountered:
For the live/deployed version of HearSay's back-end, profile management had to be removed (commented out) because it was only designed for local system user (single user) and was not a part of the project's MVP. To re-implement this (great!) feature, one should look into using cookies to store a user's profile data on their browser, and to make handling the creation of a profile an independent action that a single thread carries out for a user.
The text was updated successfully, but these errors were encountered: