Replies: 0
I used this guide on the official Gutenberg Github to set up a local wp-env with Gutenberg for development.
Everything seems to be working fine except if I try to access the Rest API at http://localhost:8888/wp-json/wp I just get an apache error:
Not Found
The requested URL was not found on this server.
Apache/2.4.38 (Debian) Server at localhost Port 8888
Is the API not available on wp-env?