Could not connect to DataPusher #87
Unanswered
octavportar
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
CKAN version 2.10.1
Steps to reproduce
Output:
_{"help": "http://localhost:5000/api/3/action/help_show?name=datastore_search", "success": true, "result": {"include_total": true, "resource_id": "_table_metadata", "fields": [{"type": "int", "id": "_id"}, {"type": "name", "id": "name"}, {"type": "oid", "id": "oid"}, {"type": "name", "id": "alias_of"}], "records_format": "objects", "records": [], "_links": {"start": "/api/3/action/datastore_search?resource_id=_table_metadata", "next": "/api/3/action/datastore_search?offset=100&resource_id=table_metadata"}, "total": 0}}(default)
Installed XLoader according to https://github.com/ckan/ckan-docker/wiki/Replacing-DataPusher-with-XLoader
Some of my ckan.ini settings
Datapusher
DATAPUSHER_VERSION=0.0.20
CKAN_DATAPUSHER_URL=http://xloader:8000
CKAN__DATAPUSHER__CALLBACK_URL_BASE=http://xloader:8000
CKAN__PLUGINS="envvars image_view text_view recline_view datastore datatables_view datapusher"
XLOADER__PLUGINS="envvars image_view text_view recline_view datatables_view datastore xloader"
Beta Was this translation helpful? Give feedback.
All reactions