We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Connecting using NativeScript I get this error.
debug: Rejecting client without "rethinkdb-horizon-v0" protocol ().
Horizon Command:
hz serve --dev --debug true --bind all
Nativescript code:
"use strict"; var Horizon = require('@horizon/client'); var horizon = Horizon({host: 'SERVER:8181'}); //Ive tried with { authType: "unauthenticated" }, {secure: false} horizon.onReady(function() { console.log("Horizon Online"); }) horizon.connect();
horizon/server/src/server.js
Line 38 in a11ac62
the variable is set correctly
var PROTOCOL_VERSION = 'rethinkdb-horizon-v0';
It's not passing along any protocol information at all.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Connecting using NativeScript I get this error.
debug: Rejecting client without "rethinkdb-horizon-v0" protocol ().
Horizon Command:
hz serve --dev --debug true --bind all
Nativescript code:
horizon/server/src/server.js
Line 38 in a11ac62
the variable is set correctly
var PROTOCOL_VERSION = 'rethinkdb-horizon-v0';
It's not passing along any protocol information at all.
The text was updated successfully, but these errors were encountered: