-
Notifications
You must be signed in to change notification settings - Fork 374
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
The add lyrics query returns an error but saves in the database #30
Comments
yes. I'm also having the same issue. |
Anyone with answers should please notify us here, so we can move forward with the course, this is a huge blocker |
How far along are you in the video? |
I'm currently in |
That should be the fourth video of the 6th section |
So you cloned the repo, are you using monogodb atlas? https://www.mongodb.com/cloud/atlas |
Finally, I got the solution. I hope u can try this or you can check his solution in issue page at #17 In server/models/song.js just add:
then change the addLyric as follows
|
Yes @levelingup , I'm using mongoDB Atlas, thanks @vishalisakar for the update, I'll try it now |
Thanks guys, it worked. Now I can move on with the course, I think I should leave this here for people who would run into this problem so they can find the solution here |
I believe there's an issue either with the db model or the addLyrics mutation
The text was updated successfully, but these errors were encountered: