-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
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
[Poll] Tauri compatible version #6
Comments
I'm personally waiting for Tauri 2 release what should change a lot in the Svelte ecosystem as it looks like we get soon ala' react native quality (or even better) support for mobile (and desktops - all in one) apps in Svelte ecosystem. I was thinking before to make the version for Tauri + SvelteKit + SurrealDB but I was waiting for some feedback for this starter before, and to be honest I didn't get any, so I still don't know what is good, what is bad, if is used by anyone or not. As you especially mention that stack I will consider to create it. I currently have several other priorities, so it is difficult for me to estimate a date. I leave this thread open, maybe someone here will join this request and add motivation to set other priorities. Warning Want to see the Tauri compatible version of this app? Let me know in a comment. If you don't want to wait and prefer to do it yourself, then as a simple tip.... to make it work with Tauri, you probably just need to get rid of the server-side code, which should be an easy job since in this example that server-side code is only there for an extra layer of security and DX / UX enhancement. |
@oskar-gmerek Thanks! I'm facing some issues when I try to run the app. The database keeps restarting again and again and the Docker app returns the following log (it didn't happen before and I've deleted all the files related to the app and installed again but the problem persists):
|
@ankified can you give me more context? Do you mean that error occurs when you trying to get it work with Tauri or have followed exact instructions from this repo readme and then that error occurs? |
@oskar-gmerek The error occours when I follow the instructions from this repo. It didn't happen before when I tried this app for the first time, but now the database keeps restarting. When I run Also, the LOG file in
|
@ankified You will need to provide repeatable steps to reproduce this error to allow me try to understand what happen there. I have checked, and after cloning repo and following the instructions from readme, everything works as expected. I had before that project running for the fair amount of time (few days), so I think there is everything good on the code side.
As you have deleted files, I think there will be no other way than just start again from scratch. I would suggest you to:
If you absolutely want to keep and try to fix this setup. Then I can only ask you to provide an exact steps that will allow me to reproduce this behavior. You can also search or ask on SurrealDB discord (https://discord.gg/surrealdb), maybe there was already someone with similar problem. But once again, without reproducible steps it will be hard to help fix this or even understand what might have happened. |
ooo it would be sick to make this app w/ tauri, given that now surrealdb 2.0 is out. tbh, svelte 5 + lucia + surrealdb2.0 + tauri would be the perfect stack to work off of :) |
I'm learning Sveltekit to build a Tauri app and I believe Surrealdb is a good choice for my use case. However, I've not found yet an example of an app that uses these three stacks together. Have you ever tried this before? Would you consider creating a version of your app using Tauri?
The text was updated successfully, but these errors were encountered: