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 has been 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.
The text was updated successfully, but these errors were encountered:
@vickychijwani Well, I just simply open a new article with the FAB and typed some text. Then pressed the back button so it should save as a draft when I return to the main screen where I can see all the posts.
Instead saving it as a draft (actually it saves on the device but wont sync), it shows waiting for going online as the status while trying to save the article in background.
We can re-create the scenario with these simple steps. Let me know if you need anything else. I'm able to go through the code and test if you need me to do so.
@vickychijwani Is there any update on this issue? I'm facing the same problem. Error: "Saved on device, waiting to go online..."
My ghost version is 2.4
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
The text was updated successfully, but these errors were encountered: