We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi guys,
just tested DDP-Rate-Limiting (https://docs.meteor.com/api/methods.html#DDPRateLimiter-setErrorMessage) and found that this form does NOT report the error - it just crashes at this line:
core/lib/client.js
Line 425 in 9dd207a
Cannot read property 'setError' of undefined
The error that is thrown by DDPRateLimiter is NOT in the expected format.
It is NOT really bad as the form is disabled, so this is just for your info. Maybe someone takes the effort to fix it.
HOW TO REPLICATE:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi guys,
just tested DDP-Rate-Limiting (https://docs.meteor.com/api/methods.html#DDPRateLimiter-setErrorMessage)
and found that this form does NOT report the error - it just crashes at this line:
core/lib/client.js
Line 425 in 9dd207a
with the error
The error that is thrown by DDPRateLimiter is NOT in the expected format.
It is NOT really bad as the form is disabled, so this is just for your info. Maybe someone takes the effort to fix it.
HOW TO REPLICATE:
The text was updated successfully, but these errors were encountered: