drupal-react-dblog icon indicating copy to clipboard operation
drupal-react-dblog copied to clipboard

Installation steps missing?

Open fjgarlin opened this issue 8 years ago • 1 comments

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.

fjgarlin avatar Nov 28 '17 12:11 fjgarlin

I used 8.5.x-dev, which I think is the only version it makes sense to support due to its experimental nature.

dawehner avatar Dec 06 '17 13:12 dawehner