-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Part 1: Create a Post ... Redux createStore issue! #177
Comments
Can I try to solve this bug? |
Yes you can ... |
AAdewunmi
changed the title
Part 1: Create a Post ... Post Request not sending information to database!
Part 1: Create a Post ... Redux createStore issue!
Dec 17, 2023
Issue fixed!
NPMnpm install @reduxjs/toolkit Yarnyarn add @reduxjs/toolkit
Job done! |
https://github.com/A-bhiSheKumar/collegiateVoice I shared my link to that repo with you. Please check it out. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
Form isnt sending post data (creator: '', title: '', message: '', tags: '', selectedFile: '') to mongodb.
From console log, I can see the post request being fulfilled but the array is empty and mongodb hasn't received the post data.
I've got my /3000 & /5000 servers running without error and mongodb cluster is running.
Any suggestions for a fix?
Thanks.
/api/index.js
/actions/posts.js
/Form/Form.js
/reducers/posts.js
The text was updated successfully, but these errors were encountered: