Hello,
I have a lando drupal 8 installation set up using the contenta distro. The domain on my local http://colony.lndo.site.
I have followed the contenta js installation instructions from the you page.
Steps:
- Downloaded zip
- run npm install
- create local.yml
- add cms->host to http://colony.lndo.site.
When I visit http://localhost:3000/api i get the response Cannot GET /api. What's interesting is if I visit the domain without the /api. so...http://localhost:3000/ It looks like it's trying to load my contenta site.
Is there a piece that I am missing?
Hello,
I have a lando drupal 8 installation set up using the contenta distro. The domain on my local http://colony.lndo.site.
I have followed the contenta js installation instructions from the you page.
Steps:
When I visit http://localhost:3000/api i get the response
Cannot GET /api. What's interesting is if I visit the domain without the /api. so...http://localhost:3000/ It looks like it's trying to load my contenta site.Is there a piece that I am missing?