Error when using ReactToastify in NextJs14
Unanswered
Transvaal lion posted this in #help-forum
Transvaal lionOP
Hello, I'm facing an error in Next14 that suddenly gives an error in ReactToastify:
//next/static/css/app/ReactToastify.css.map
Does anyone know what this error is? It would be of great help, I tried searching for the error but I didn't find anything.
//next/static/css/app/ReactToastify.css.map
Does anyone know what this error is? It would be of great help, I tried searching for the error but I didn't find anything.
4 Replies
Toyger
what is text of an error?
Transvaal lionOP
it just tells me that the route: //next/static/css/app/ReactToastify.css.map gave 404, when looking at the .next folder, it is just creating a css file and putting everything in there.
Toyger
this is not a critical thing, all things still should work fine, you can try this workaround https://github.com/fkhadra/react-toastify/issues/195#issuecomment-398570476
Transvaal lionOP
Thank you very much. It worked