This resource can not be previewed at the moment. - CKAN

Viewed 4752

I’m running CKAN 2.2 on Ubuntu 12.04 LTS (GNU/Linux 3.2.0-23-generic x86_64).

I have uploaded a dataset to the CKAN instance. It has been uploaded successfully and can be downloaded as well. But when I try to preview the database I end up with below error.

This resource can not be previewed at the moment.

When I click on the “Click here for more information”, It says

Could not load preview: DataProxy returned an error (Request Error: Backend did not respond after 10 seconds)

How can I fix this error?

3 Answers

In my case, the issue was in my development.ini (or production.ini for you maybe) file where the lines for DataPusher's configuration were commented out with a # in the start of the line. Also, the ckan storage config line was also commented.

I uncommented those lines and it was solved.

Related