sync gateway shows only 3 channels while i have 5 active channels on the db.
adamf
March 10, 2016, 11:26pm
2
In general - the list of channels shown in the Sync Gateway admin ui is based on recently modified docs - it’s building the channel set based on the last 1000 docs modified in your database.
More information here:
**NOTE:** development on this has stopped and moved to the [dev branch](https://github.com/couchbaselabs/sync_gateway_admin_ui/tree/dev) which is a re-write from scratch!
# Developer Console for Couchbase Sync Gateway
This is not a standalone project -- it's a submodule of the [Couchbase Sync Gateway][SG]. We are keeping it in a separate repository so that its Git commits and Github issues are separated from the main gateway's, for clarity. In addition, this project is currently in an early development and experimental phase. The resulting dashboard will change drastically in the near future.
This project contains the Web assets for the Sync Gateway's admin console. To use this interface, launch a Sync Gateway server and visit [http://localhost:4985/_admin/](http://localhost:4985/_admin/) in your browser. (This port is bound to localhost-only by default, so if you want to connect to it from a remote device you may need to create a tunnel or change your gateway config.)
## What can you do with it?
* View and edit your Sync Function code and see what it will do *before* you deploy it
* Browse through all databases and their documents
* View the JSON contents of any document, plus its channel assignments and any channel access it grants
* View the internal `_sync` metadata of any document (useful mostly for troubleshooting the Sync Gateway)
## Known Issues
Currently it tries to load the last 1000 changes into the brower's memory. If you have more than 1000 documents in your database it will only look at the 1000 most recent. In the future we will make this configurable.
## Developing / Contributing
This file has been truncated. show original
1 Like