apache / couchdb

Seamless multi-master syncing database with an intuitive HTTP/JSON API, designed for reliability
https://couchdb.apache.org/
Apache License 2.0
6.26k stars 1.03k forks source link

Couchdb-photon is not working #4192

Closed TechRemoteSloutions closed 2 years ago

TechRemoteSloutions commented 2 years ago

Couchdb-photon is not working i am following error.

uname=zzzz; upwd=xxxxx; \

couch="-H Content-Type:application/json -X PUT http://$uname:$upwd@127.0.0.1:5984"; \ curl $couch/photon; curl https://raw.githubusercontent.com/ermouth/couch-photon/master/photon.json | \ curl $couch/photon/_design/photon -d @- ; curl $couch/photon/_security -d '{}' ; \ curl $couch/_node/_local/_config/csp/attachments_enable -d '"false"' ; \ curl $couch/_node/_local/_config/chttpd_auth/same_site -d '"lax"' ; \ couch=''; uname='zzzz'; upwd='xxxxx' curl: (3) Port number ended with 'd' % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 2191k 100 2191k 0 0 31.4M 0 --:--:-- --:--:-- --:--:-- 31.4M curl: (3) Port number ended with 'd' curl: (3) Port number ended with 'd' curl: (3) Port number ended with 'd' curl: (3) Port number ended with 'd'

big-r81 commented 2 years ago

Hi,

photon is a third-party project. Please ask here for help.