datopian/ckanext-dataexplorer-react

Internal Server Error on Ckan 2.10

Closed this issue · 2 comments

I installed the extension according to instructions but when I try to create a new view, the preview shows internal server error. The uwsgi error shows:
ERROR [ckan.config.middleware.flask_app] Cannot determine url for /usr/lib/ckan/default/src/ckanext-dataexplorer-react/ckanext/dataexplorer/fanstatic/css/2.bdfddcb8.chunk.css
which is related to webassets.yml file. Is there an easy fix?

hi @abedkhooli could you check #4 ?

I thought that was merged. I replaced webassets.yml and plugin.py with those in #4 and got the main view (dataexplorer_view) to work. The chart view on its own did not display the chart but worked as part of main view.
So, I would say the fix solves the issue to a good extent. Closing.