dreamsoftin / flutter_wordpress

Flutter WordPress API
https://pub.dartlang.org/packages/flutter_wordpress
MIT License
198 stars 122 forks source link

Unable to fetch post #56

Closed suhade closed 3 years ago

suhade commented 3 years ago

Hello, i am working on a news app for my blog. the baseUrl have an issue and when i run i get this error.

Exception has occurred.

WordPressError (WordPress Error! code: null, message: {“code”:“rest_user_cannot_view”,“message”:“Sorry, you are not allowed to list users.”,“data”:{“status”:401}}, status: null)

I have JWT Authentication for WP REST API set, Kindly help. How can i also fetch single category?