Support » Plugin: WP REST API (WP API) » wp-json not working after heroku restart

  • Resolved romeovs

    (@romeovs)


    I’m running wordpress on Heroku with the WP-API plugin installed.

    Everything works fine until the heroku instance running my wordpress site gets
    restarted (after a change I make to the code, or because it goes to sleep because
    of low activity).

    When the new instance wakes up, the /wp-json path does not work (404 error), even though the plugin is enabled in my config.

    If I then disable and reenable the plugin, /wp-json works again.
    I think this might have something to do with a combination of things:

    1. WP-API does something on the filesystem to set up /wp-json
    2. heroku has an ephemeral filesystem, so these changes are not persisted
    between instance reboots.

    How could I fix this?

    https://wordpress.org/plugins/json-rest-api/

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘wp-json not working after heroku restart’ is closed to new replies.