Skip to content
This repository was archived by the owner on Jul 30, 2024. It is now read-only.
This repository was archived by the owner on Jul 30, 2024. It is now read-only.

Connecting to Wordpress issues #17

@botoxparty

Description

@botoxparty

Hey,

Really love that this is a project. Been playing around with it and i've been able to get it to connect successfuly and using authentication to WP API.

However some actions aren't working. e.g. I can't seem to add any categories/tags, publish content, or do anything with media.

Some of the requests coming from gutenberg look like this categories?per_page=-1&orderby=name&order=asc&_fields=id%2Cname%2Cparent

if i run this request in postman it fails because of the per_page=-1 . When i use gutenberg from within wordpress and i monitor the requests I see the same one being done with per_page=100 .

Also it says that you need permission to upload media. I'm definitely an admin and logged in.

Any ideas?

Best,
Adam

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions