You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 1, 2023. It is now read-only.
When this happens, Ghost mobile app keeps trying to sync with the server and finally it goes through the spam prevention system resulting in the following error
{“errors”:[{“message”:“Too many attempts try again in an hour”,“context”:“Only 100 tries per IP address every 3600 seconds.”,“errorType”:“TooManyRequestsError”}]}
Then no one in the same network can even log in to the app within an hour.
FILL THESE DETAILS FIRST:
Issue #1
When users with “Contributor” role try to write a post using the Ghost mobile app, it doesn’t sync to the server.
I was going through a debugging session and found the following error when a contributor tries to create a post.
{“errors”:[{“message”:“You do not have permission to add posts”,“errorType”:“NoPermissionError”}]}Issue #2
When this happens, Ghost mobile app keeps trying to sync with the server and finally it goes through the spam prevention system resulting in the following error
{“errors”:[{“message”:“Too many attempts try again in an hour”,“context”:“Only 100 tries per IP address every 3600 seconds.”,“errorType”:“TooManyRequestsError”}]}Then no one in the same network can even log in to the app within an hour.