I'm trying to setup sync_gateway on Mac with the walrus store for testing. 
For now, I want to turn on guest access and having troubles. 

Here is how I am starting sync_gateway: 

./sync_gateway -url="walrus:" -interface=":4984" -verbose=true -pretty 

Then I use this to turn on guest access per the docs: 

curl -X PUT localhost:4985/$DB/_user/GUEST --data '{"disabled":false, 
"admin_channels":[“public”]}' 

And I get this log from the sync_gateway: 

16:13:29.827065 HTTP:  #001: PUT //_user/GUEST  (ADMIN) 
16:13:29.827130 HTTP:  #001:     --> 404 unknown URL 

And I get this from the curl command: 

{"error":"not_found","reason":"unknown URL"} 

Am I going about this the correct way? 

Todd

-- 
You received this message because you are subscribed to the Google Groups 
"Couchbase Mobile" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/mobile-couchbase/cbce3f3d-7b93-4000-a191-65d6370671ac%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to