Amirali

Results 3 issues of Amirali

Hi. I have a NuxtJS project that is running on SSR mode and the auth module configuration is like this: ``` auth: { redirect: { login: '/login, logout: '/', home:...

When an API is called and the server returns a 413 status code (Content Too Large), axios doesn't return the code in the error object. Also, it can't be deduced...

Hi. This is my auth module configuration in my NuxtJS 2, SSR project. The issue is that none of the options I've set in the options are actually being set;...

question