marcomelilli / nestjs-email-authentication

Nestjs Starter using Mongodb and Passportjs
MIT License
476 stars 108 forks source link

Strange error after clone #6

Closed Dugnist closed 4 years ago

Dugnist commented 4 years ago

image image image

marcomelilli commented 4 years ago

Very strange... which version of nodejs are you using? From logs seems that the problem is on the express-rate-limit module. You can try to remove it from: /src/main.ts deleting the two "app.use(...)" containing "rateLimit" and "createAccountLimiter"

Dugnist commented 4 years ago

@marcomelilli image

It's a strange behavior but today it auto fixed xD

image

Dugnist commented 4 years ago

Maybe some modules required a reboot system...

marcomelilli commented 4 years ago

Great, I'm glad it works :)