-
Notifications
You must be signed in to change notification settings - Fork 146
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Could not build url for endpoint 'dcat.read_catalog' #230
Comments
Hello @student2017USA, I've the same issue. Have you found a solution? I cannot figure what's going wrong Thanks! |
@student2017USA What exactly do you mean with that? Can you provide an example URL? |
Hi @filos1983 Can you provide some more information about what you have tried? |
Hello @seitenbau-govdata, thanks for your help. I'm trying to install DCAT extension in CKAN 2.9 but, as Student2017Usa described in his post, the Dataset page gave me "Internal server error" when I add dcat dcat_json_harvester dcat_json_interface structured_data in ckan.plugins.
According with your suggestion, I've inserted the line
in my ckan.ini file and now it works. Thank you very much |
Fixes #230 The templates were always trying to create the endpoints URL, even if the routes were not registered in the blueprint because it was set to ckanext.dcat.enable_rdf_endpoints = False
The problem is that the plugin tries to create the URL for the endpoints in the templates even if the routes are not registered in the blueprint (because |
After installing ckanext-dcat, i enabled it in ckan.ini by adding following in ckan.plugins
dcat dcat_json_harvester dcat_json_interface structured_data
and added following 2 lines
Now when i go to dataset page, i am gettig error - "Internal server error"
In the console, i get following error
The text was updated successfully, but these errors were encountered: