[GH-ISSUE #11] Socket io error #11

Closed
opened 2026-05-23 08:34:00 -06:00 by gitea-mirror · 2 comments
Owner

Originally created by @paradis-A on GitHub (Jul 14, 2021).
Original GitHub issue: https://github.com/appy-one/acebase-client/issues/11

Originally assigned to: @appy-one on GitHub.

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.

Originally created by @paradis-A on GitHub (Jul 14, 2021). Original GitHub issue: https://github.com/appy-one/acebase-client/issues/11 Originally assigned to: @appy-one on GitHub. Uncaught (in promise) TypeError: connectSocket is not a function. at eval (api-web.js:101) at new Promise (<anonymous>) 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.
Author
Owner

@appy-one commented on GitHub (Jul 16, 2021):

Which version of acebase-client are your using?

<!-- gh-comment-id:881659514 --> @appy-one commented on GitHub (Jul 16, 2021): Which version of acebase-client are your using?
Author
Owner

@appy-one commented on GitHub (Jul 22, 2021):

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

<!-- gh-comment-id:884692615 --> @appy-one commented on GitHub (Jul 22, 2021): If this is still an issue, please reply. I will be closing it otherwise
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/acebase-client#11
No description provided.