Dev Diary for OXINION — Week 8
# What i have done and plans
- Loads and add posts properly with image uploading
So many things like
# Issues and How i sort it out
- UserId is missing when i submit to BE — by sharing cookies
# What i have learn with references
What identifies the user needs to be in cookie or token so that the server can verify the user later when only the cookie or token is sent.
# Note
I got some help from open communities by asking some questions. Like i didn’t catch last week issue like why the userId is still missing and was able to fix so many errors with a way called “Console driven development”. Should check network or console tab frequently.