Hi everybody !! Here is my question below !!
Describe the error:
I am currently teaching people how to use n8n, the group is fairly big (50ish people), I created an self hosted installation, but when all of them connected to the platform to start working, their connection got refused with the following error message : “Too many request”.
My guess is that there is a safety mechanism that locks up the login system if too many people are trying to join, what I would like to do, is to increase the limit of people who can simultaneously join.
What is the error message (if any)
Too many request.
Information on your n8n setup
- n8n version: 1.107.4
- Database (default: SQLite): default
- n8n EXECUTIONS_PROCESS setting (default: own, main): none
- Running n8n via (Docker, npm, n8n cloud, desktop app): npm
- Operating system: Ubuntu 24.04.3 LTS x86_64
Thank you all for your help !!