fullstack-music
fullstack-music copied to clipboard
II have recently been getting these build failures in my [personal repo](https://github.com/malikmoss/mossify) and it is causing my live page to 404. I've made adjustments to my yml file to make...
Hey! I tried to send a signup request, but I am only getting the 401 User already exists error, which is strange. I have checked prisma studio to make sure...
On npm install with the current version of dependencies, it throws this error all the time Packages are not compatible with each other and some of them are not updated...
Hey @Hendrixer , I'm following your course on frontend masters which uses this app. It would be great if you add tests to this app so we can see best...
I just through to the Middleware Edge section and I still cannot figure out why it's not redirecting me to the login page. I even just cloned the repo from...
I have to say, I can't launch the app after cloning this repo, even if I set all .env required variables. Your documentation is not thorough, explanation on the video...
When we try to run the http:3000/api/hello command in cmd , i get the error : http is not recognized has an internal or external command. And after that i...
In the course, I got an error `Parameter 'handler' implicitly has an 'any' type.` if I don't give handler type with any. Below is my solution, hope this can help....
closes #10 As mentioned in https://nextjs.org/docs/messages/middleware-relative-urls, Middleware Relative URLs have been deprecated and removed in Next.JS. Updated this code to use the recommended approach to rewrite to use absolute URLs.