Post to /api/v4/posts fails with 404

Hi @ryan, It seems the error has to do with your POST url. Can you do the following:

  1. Check the SiteURL setting in your config.json file.
  2. When you make the API call, append /api/v4/ to the full SiteURL. For example:
    http:/localhost:8065/api/v4/posts
    
2 Likes