Closed billantoniadis closed 11 months ago
I am not able to reproduce this. Is this consistently reproducible? What are the options you chose?
Thank you for the reply, David. I am able to consistently reproduce using the options listed above (what I selected is shown after the question mark). Note that Auth0 is the only authentication method I selected. I am able to easily work around this by including "@types/cors": "^2.8.15"
to the "devDepencies"
in package.json. It's just strange that it is happening.
hi @billantoniadis i had the same issue. and i have one more: https://github.com/feathersjs/feathers/issues/3322
anyway for the cors i added the type
Hello. I created a new application using
npm create feathers@latest feathers-chat
and I am able to successfully compile and run my application. As soon as I add authentication (as shown below), I am no longer able to compile. Did I miss a step? Am I doing something wrong, or is this a defect?