This repository has been archived by the owner on Nov 25, 2024. It is now read-only.
forked from ryanramage/garden
-
Notifications
You must be signed in to change notification settings - Fork 2
install fails with markets using vhosts/short URLs #5
Comments
The Vhosts config looks like:
|
So I think the problem comes down to market/lib/shows.js#L74 because there is no way to look at the req object and determine the original path before rewrite? I put a log(req) in there and this is what i see during an install of kujua-lite from http://staging.dev.medicmobile.org/markets-release/details/kujua-lite. Neither path nor requested_path includes the pre-rewrite info. I'm on CouchDB 1.4.0. See also https://issues.apache.org/jira/browse/COUCHDB-981
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I can verify that the market app is returning
"db_src":"http://staging.dev.medicmobile.org/market_2/_db"
in http://staging.dev.medicmobile.org/markets/alpha/details/kujua-lite/json.Is there a step I'm missing when setting up a market using couchdb rewrites and vhosts config? Do we happen to have any docs on this process?
The text was updated successfully, but these errors were encountered: