[Vuejs]-Nuxtjs – Authentication

0👍

Maybe it doesn’t help too much, but I would try to create a dummy token and try to make everything works with it. One of my debugging techniques is to isolate every single part of my code and be sure that everything works piece for piece, maybe that technique is slow but most of the time it works.

If everything works, I would continue debugging the generateAuthToken function.
If your console log never gets called, then the error could be in the function.

I hope it helps a little and sorry I don’t know too much about MongoDB but everything seems to be ok.

Leave a comment