Hello, I'm receiving this response when creating a function via the console. However, I can create functions in another project normally.
{"message": "Rate limit for the current endpoint has been exceeded. Please try again after some time.","code": 429,"type": "general_rate_limit_exceeded","version": "1.6.1"}
I also noticed that in the support form, my project does not appear in the list.
Recommended threads
- RowList: The value of total is coming as...
RowList: The value of total is coming as a String, so it throws an error because it’s not parsed into an int. Error: TypeError: \"37\": type 'String' is not a ...
- User Blocked - False Positive
Today I tried to log in to my cloud console and it said the user is blocked and I didn't even receive any email regarding this like what kind of violation is my...
- is `account.get()` safe to be used in th...
I want to user's `id` for authentication. However, a while ago I was told in this server not to use `account.get()` and instead add user preferences for that us...