Results 11 comments of Jareer

Name: Jareer Business: Creating open-source projects. Show info on the front page: Yes! Link(current): https://jubot.site/ Contact: **Rigby#6654**(Discord)

I ran the queries in the given order and the results for the last one were as follows. ```json [ { "time": "62.9µs", "status": "OK", "result": [ { "author": "author:durgadas",...

It would be helpful to mention the proper SurrealDB version, which would be `v1.0.0-beta.7` as of right now. EDIT: The SurrealDB Javascript SDK doesn't have any polyfill package, [ws](https://www.npmjs.com/package/ws) and...

I think you forgot to install the package since you didn't mention it in "Steps to reproduce". ```shell npm init -y ## Initialize package.json npm install --save surrealdb.js ``` EDIT:...

Any errors in the console? `forever logs`

> In host's console there isn't errors, the startup command I use is `node .` Maybe check `Network` in the developer tools panel? Delete a file from the UI and...

> Where's developer tools panel? When you're on the panel. You can press `F12` to open the dev tools. From there open `Network` tab and delete a file again to...

> ![imagen](https://user-images.githubusercontent.com/71397795/194122883-69201b2b-50cd-4844-9ff3-fd152d100f6f.png) This is what I get in Browser's console when clicking "delete selected" button That's not enough. Show response.

> ![imagen](https://user-images.githubusercontent.com/71397795/194351477-0c5beca7-3f65-4ca5-b905-14d70890e309.png) The response section.

Thanks so much, I've been trying to fix the error for hours, Scenario 1 did it for me. Edit: I was using Ubuntu Jammy.