adrianhajdin / project_mern_memories

This is a code repository for the corresponding video tutorial. Using React, Node.js, Express & MongoDB you'll learn how to build a Full Stack MERN Application - from start to finish. The App is called "Memories" and it is a simple social media app that allows users to post interesting events that happened in their lives.
https://youtube.com/playlist?list=PL6QREj8te1P7VSwhrMf3D3Xt4V6_SRkhu
5.01k stars 1.84k forks source link

Ensure CORS response header values are valid #151

Open Emmanuel-Jackson opened 1 year ago

Emmanuel-Jackson commented 1 year ago

Screenshot 2022-12-03 9 18 38 AM

I have an axios error on actions.js/posts, and its preventing me from seeing the post. The post is not rendering, instead its just loading. Can anyone help me with this? Thanks!

koyuncuoglum95 commented 1 year ago

you can checkout my code to compare with yourself.

https://github.com/koyuncuoglum95/Mern-Stack-Apps-2021-2022/tree/Memories