Nico Domino
Nico Domino
@pH142857 on both instances you simply signin with your provider of choice, and then you land at the main screen of the application, as you mentioned, and can begin using...
@pH142857 interesting, can you provide any additoinal context? Are there any errors in our console? I've been using v2 myself without issue almost daily :thinking: Am I understanding this correctly?...
Ah didnt see this PR until now, I also just merged this fix haha. Thanks though :pray:
@halvaradop looks like `docs/components/OAuthProviderInstructions/content/components/SignInCode.tsx` needs a run through Prettier before we can continue ([Source](https://github.com/nextauthjs/next-auth/actions/runs/10816939532/job/30009211385?pr=11683))
The existing examples don't contain an error page example at all. I think the existing "Custom Error Page' example is good as-is :pray:
@thomas-desmond can change this peer dependency limit to something like `>= 12`, in order to allow any `12.x` version? Also you don't have to manually bump the version of the...
Yeah so in general we do something similar in most other adapters. Ideally we wouldn't have an implicit link between what you name something in your DB schema manually adn...
Thanks for also sharing your logs! The only I saw in the backend side was the following. ```sh 2024-10-21T20:35:55.942022Z ERROR get_project_data_archive_path: crates\gitbutler-tauri\src\zip.rs:27: error=Error(C:\Users\graha\AppData\Roaming\com.gitbutler.app\projects\4909531c-4182-4d35-8e2c-5f37d84b44dd does not exist) project_id="4909531c-4182-4d35-8e2c-5f37d84b44dd" ``` However, on...
Thanks for the logs and video! Unfortunately I'm not seeing anything related to the rust function that that "Discard Changes" button invokes, `reset_files` anywhere in the logs. Is it possible...
I've gone through and tried all `tauri-runtime-wry` versions from `rc.8` back down to `rc.2` and it seems that it really has broken in `rc.3`, that was the first release where...