Skip to content

Sync URL works when connecting to Docker IP direct, but not when ran through reverse proxy #142

@mtbhuskies

Description

@mtbhuskies

Hi. I'm in the process of setting up BudgetZero via docker with couchdb.

I have the docker image running for both and a reverse proxy running and reachable via my domain ie:
https://budget.domain.com <---- reachable opens fine
http://budget.domain.com:5984 <--- reachable opens fine

If I go to the docker local IP 10.10.0.7:8080, and set the sync url to http://admin:[email protected]:5984/budget it syncs with the couchdb database.

If I access BudgetZero via reserve proxy; https://budget.domain.com and set the sync url to the same as above: http://admin:[email protected]:5984/budget I get an error stating TypeError: NetworkError when attempting to fetch resource.

Let me know if I can provide anything to help.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions