Cannot read property res of undefined

hi

The dev client will not let me login it comes back with « Cannot read property ‹ res › of undefined »

not sure what I am doing wrong?

The output from my console:

Failed to load resource: the server responded with a status of 429 ()
_ember_jquery-1ed3f3559e6f967733b4088aa729ff7039dff2c09c5a5f787a214b016f58aabc.js:61790 Uncaught DOMException: Failed to execute ‹ removeChild › on ‹ Node ›: The node to be removed is not a child of this node.

It seems you have done too many HTTP requests. Try to restart peertube or increase limits from https://github.com/Chocobozzz/PeerTube/blob/develop/config/production.yaml.example#L11

Hi
Thank you for your reply. I have restarted peertube and I have increased the limit:

login:
# 15 attempts in 5 min
window: 5 minutes
max: 25

and still no joy sorry its probably me being thick

I have increased the limits by the following:

"« rates_limit:
api:
# 50 attempts in 10 seconds
window: 60 seconds
max: 1000
login:
# 15 attempts in 5 min
window: 5 minutes
max: 25
signup:
# 2 attempts in 5 min (only succeeded attempts are taken into account)
window: 5 minutes
max: 25
ask_send_email:
# 3 attempts in 5 min
window: 5 minutes
max: 3" »

But I still have the same problem do I need to increase them by much more?