meteor - Category URL incorrect in Telescope -


the category url in telescope should eg: www.domainname.com/category/sports instead in app showing www.domainname.com/domainname.comcategory/sports not sure config file or root url incorrect or else. here env config

// configure environment   "env": {     "root_url": "http://bollymojo.com",     "mongo_url": "mongodb://admin:affable14@c944.candidate.16.mongolayer.com:10944,c922.candidate.35.mongolayer.com:10922/bollymojo?replicaset=set-550b97a8fa82e80ceb000438"   }, 

could guys please help, thanks!

there's siteurl setting in settings panel overrides root_url. maybe that's 1 need set?


Comments

Popular posts from this blog

c++ - Delete matches in OpenCV (Keypoints and descriptors) -

java - Could not locate OpenAL library -

sorting - opencl Bitonic sort with 64 bits keys -