appy-one / acebase-client

Client to connect to remote AceBase NoSQL database server
MIT License
21 stars 8 forks source link

Socket io error #11

Closed paradis-A closed 3 years ago

paradis-A commented 3 years ago

Uncaught (in promise) TypeError: connectSocket is not a function. at eval (api-web.js:101) at new Promise () at WebApi.connect (api-web.js:100) at new WebApi (api-web.js:311) at new AceBaseClient (acebase-client.js:130) at instance (index.svelte:6) at init (index.mjs:1660) at new Projects (index.svelte:23) at createProxiedComponent (svelte-hooks.js:245) at new ProxyComponent (proxy.js:241)

let db = new AceBaseClient({host: "localhost",port: 5757, dbname:"mydb",https: false})

server is up and runiing. Cant connect from browser.

appy-one commented 3 years ago

Which version of acebase-client are your using?

appy-one commented 3 years ago

If this is still an issue, please reply. I will be closing it otherwise