-
Notifications
You must be signed in to change notification settings - Fork 117
Issue with feathers-authentication #512
Comments
Does it give you an error after you Can you post your package.json? (just dependencies/dev-dependencies) Otherwise, can you post a repo or at least your default.json and any other relevant configuration? If you are able, can you debug (If using VScode you can use a node, launch configuration to debug) and get to where it throws the error (is it when your are requiring authentication, or calling a method?)? |
Hi @snewell92, thanks for your help. FYI, I'm using The issue is raised when I run This is my
|
I fixed the issue adding to
and Unfortunately, I get a error trying to load the initial page in the browser:
The error comes from This error is related to I found a resource where they are trying to fix the issue but I'm not sure how to handle the situation because the I'd really appreciate your help. |
I found the issue, it was a problem in my I was using |
Glad you solved it! |
Hi,
I've created a new project with the last stable version of feathers and everything works perfectly except when I install feathers-authentication. It raise these errors:
Does anyone know what could be happening? Should I use a previous version or what other option could apply?
Note: I have another project that's working perfectly with feathers-authentication@0.7.12. In this new project, I have installed feathers-authentication@1.2.3 (I've tested with versions higher than 1.0 and not works).
The text was updated successfully, but these errors were encountered: