Closed CurryAyam closed 1 year ago
Hey @CurryAyam
This issue is actually a Duplicate of https://github.com/Baroshem/nuxt-security/issues/137
It is caused by rate limiting middleware.
Can you try to disable it to see if it works correctly?
Oh, my apology i didn’t browse it before i posted. i actually need the rate limitting stuff!
Thank you for the assistance
On 14 Aug 2023, at 03:10, Jakub Andrzejewski @.***> wrote:
Hey @CurryAyam https://github.com/CurryAyam This issue is actually a Duplicate of #137 https://github.com/Baroshem/nuxt-security/issues/137 It is caused by rate limiting middleware.
Can you try to disable it to see if it works correctly?
— Reply to this email directly, view it on GitHub https://github.com/Baroshem/nuxt-security/issues/197#issuecomment-1676452143, or unsubscribe https://github.com/notifications/unsubscribe-auth/AVBIP3AL7OUXOF7ENXLOVNLXVEYBXANCNFSM6AAAAAA3O2LIPI. You are receiving this because you were mentioned.
@CurryAyam
I am planning to deprecate this built in rate limiter because of the issues that this middleware is causing to several types of web applications. If you are looking for a proper rate limiting solution, I would recommend to check tools that operate on the infrastructure layer rather than on application layer
Any more info here @CurryAyam ?
I would like to help but at this point I am not sure if it can be done as it is caused by the underlying rate limiting library.
Hi jakub,
I got all the info i got! I have to change something on my nuxt app! Thank you so much for the help
On Mon, 21 Aug 2023 at 17:14 Jakub Andrzejewski @.***> wrote:
Any more info here @CurryAyam https://github.com/CurryAyam ?
I would like to help but at this point I am not sure if it can be done as it is caused by the underlying rate limiting library.
— Reply to this email directly, view it on GitHub https://github.com/Baroshem/nuxt-security/issues/197#issuecomment-1686047030, or unsubscribe https://github.com/notifications/unsubscribe-auth/AVBIP3EGW3YY36DHKXVO2GDXWMYJBANCNFSM6AAAAAA3O2LIPI . You are receiving this because you were mentioned.Message ID: @.***>
Ok, I am closing the ticket then.
If you would need any additional help or info, do not hesitate to create a discussion or issue :)
Version
Reproduction Link
Steps to reproduce
after installing nuxt-security and add to nuxt.config.js do a yarn build and use wrangler to test the deployement
wrangler dev .output/server/index.mjs --site .output/public --local
What is Expected?
What is actually happening?