Skip to content
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

0Auth callback redirect failed in DEV mode #154

Open
orangelckc opened this issue Feb 19, 2025 · 4 comments
Open

0Auth callback redirect failed in DEV mode #154

orangelckc opened this issue Feb 19, 2025 · 4 comments

Comments

@orangelckc
Copy link

Image

Can't jump back from browser on development, any suggestion for this?

I'd like to commit PR for this issue.

@medcl
Copy link
Member

medcl commented Feb 19, 2025

that is true, it is not supported to catch up the event during dev mode, but there is a way to work around, just copy the callback url, and paste aka ctrl+v/command+v in the setting window, then it will equals to click the callback link.

@orangelckc
Copy link
Author

that is true, it is not supported to catch up the event during dev mode, but there is a way to work around, just copy the callback url, and paste aka ctrl+v/command+v in the setting window, then it will equals to click the callback link.

Thanks. How about add a dev server for catching the redirect response like other apps do. Will that kind of PR be acceptable?

@medcl
Copy link
Member

medcl commented Feb 19, 2025

We’ve discussed this before, but I don’t think we’re planning to support it due to security concerns.

@medcl
Copy link
Member

medcl commented Feb 19, 2025

@orangelckc you are warmly welcomed to any contribution, and there are still issues around open link in linux and would happy if you can take a look at it, and also per Tauri's doc, it is possible to regiser the deeplink during runtime, but it seems not working in our project so far: https://v2.tauri.app/plugin/deep-linking/#registering-desktop-deep-links-at-runtime

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants