You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@couchdb.apache.org by millayr <gi...@git.apache.org> on 2017/03/21 19:27:19 UTC

[GitHub] couchdb-fauxton issue #879: Replication UI does not render when _replicator ...

GitHub user millayr opened an issue:

    https://github.com/apache/couchdb-fauxton/issues/879

    Replication UI does not render when _replicator contains ddoc with filter function

    If a user has created a ddoc in the `_replicator` db that defines a filter function for use with filtered replications, the UI fails to load.  It hangs with the loading bars animation.
    
    Likely not that useful but here's the browser console output:
    `Unhandled rejection TypeError: Failed to construct 'URL': Invalid URL`

----

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] couchdb-fauxton issue #879: Replication UI does not render when _replicator ...

Posted by millayr <gi...@git.apache.org>.
Github user millayr commented on the issue:

    https://github.com/apache/couchdb-fauxton/issues/879
  
    We filter out `_design/_replicator` here:  https://github.com/apache/couchdb-fauxton/blob/master/app/addons/replication/api.js#L308
    
    We may just want to filter out anything that starts with `_design`.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] couchdb-fauxton issue #879: Replication UI does not render when _replicator ...

Posted by garrensmith <gi...@git.apache.org>.
Github user garrensmith closed the issue at:

    https://github.com/apache/couchdb-fauxton/issues/879


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---