-
Notifications
You must be signed in to change notification settings - Fork 9
NSURLErrorDomain Code=-1000 Error When Refreshing Timeline Using Metatext on WP Site #254
Description
I attempted to use the Metatext app on iOS to log in to my WordPress site where enable-mastodon-apps is installed. The login process worked fine; however, after signing in, whenever I try to refresh the timeline, the app returns an error:
NSURLErrorDomain Code=-1000
Steps to Reproduce:
- Use the Metatext iOS app to log in to a WordPress site with the enable-mastodon-apps plugin enabled.
- After a successful login, refresh the timeline.
- Observe the error message returned.
Expected Behavior:
The timeline should refresh without error after logging in.
Actual Behavior:
The timeline refresh attempt results in the error NSURLErrorDomain Code=-1000.
Additional Context:
Since the Metatext app is functioning correctly on other instances, I suspect the issue might be related to the JSON response from the WordPress site—notably, how enable-mastodon-apps is handling or outputting the expected JSON data for the Mastodon API endpoints.
Any help investigating this issue would be appreciated. Please let me know if you need further details or logs to diagnose the problem.
Looking forward to your feedback.