oskar-gmerek / surreal-sveltekit

A Starter Kit with SurrealDB and Svelte [ SvelteKit ], featuring Authentication and CRUD Operations + Realtime
MIT License
73 stars 3 forks source link

I can not connect surrealist app #10

Open pppurle opened 3 weeks ago

pppurle commented 3 weeks ago

Hi.

Thank you so much for this amazing app. I leanred a lot. This is really cool app. I'm afraid to ask you about this. I can run app, login, and CRUD. but I couldn't connect Surrealist app.

I developing at WSL. And I installed Surrealist app at Windows. I have been trying connect to db. but I got message update surrealdb version. so I change yml file line 21 as image: surrealdb/surrealdb:v1.4.2. but now i got "failed to qurery version" database version could not determined message.

Could you teach me me the step to conncet surrealist app please?

oskar-gmerek commented 3 weeks ago

Hi @pppurle

If you want to use surrealist then you probably need downgrade SurrealDB version as well as Surrealist itself.

surrealdb.js must be at '0.11' surrealdb was tested at '1.1.1' and it was tested with surrealist '1.1.3'

You can always update all of these with the official docs (there are breaking changes that you need to take into account).

Im not planning to update this app before SurrealDB 'v2' stable version will be released. But feel free to make any pull requests to update app to be compatible with newer versions.

pppurle commented 3 weeks ago

Thank you very much for answering me. I see! I need to downgrade Surrealist. I will do it. Thank you so much.