Skip to content Skip to sidebar Skip to footer

Ckan Always Redirecting To Localhost:5000

I have set up a virtual machine(eg., ckan.test.com) and set up CKAN on that machine. Every thing looks fine until i try to submit any form. If i try to submit any form it will auto

Solution 1:

CKAN form submissions now have absolute redirect links - i.e. including the host name. The only way that CKAN knows what host it is deployed to is what you put in your ckan config. So in your ckan config (ini) file change the option to:

ckan.site_url = http://ckan.test.com

instead of http://127.0.0.1:5000.

Post a Comment for "Ckan Always Redirecting To Localhost:5000"