Hi!
I have problems to bind a remote-db to my application. I installed a running couchdb-server and created a database. When i try to use my smart todo-app directly on the server the remote-database works fine with localhost:PORT/name_database. But if i try to connect from another client i get this error:
No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'null' is therefore not allowed access. The response had HTTP status code 404.
If a add the port to the url i get a timeout-error:
Error: ETIMEDOUT
at XMLHttpRequest.n.onreadystatechange (pouchdb.min.js:9)
at s (pouchdb.min.js:9)
Does someone got an idea? THX!