drupal-react-dblog
drupal-react-dblog copied to clipboard
Installation steps missing?
On a D8.3.7 installation. I downloaded the module via composer require drupal/react_admin.
I've run the step mentioned in the readme file:
cd js && yarn install && yarn run build:js
I then enabled the module and visited the URL and was presented with a blank page. In the console I could see three errors:
- GET
.../admin/reports/dblog/rest?_format=json&...500 Internal server error - TypeError: t.map is not a function (this appears twice and is triggered from index.js cascading to react-dom-production.min.js)
Is there any rest configuration that needs to be done or anything that I'm missing? Thanks.
I used 8.5.x-dev, which I think is the only version it makes sense to support due to its experimental nature.