We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I can't login with Mac Catalyst. iPhone and iPad have no problems.
Sorry for my bad english
The text was updated successfully, but these errors were encountered:
Hi @sgremm
Please provide steps to reproduce it and provide more information about the problem you're getting. Which error are you getting back?
Sorry, something went wrong.
func login() async throws { let _ = try await supabase.auth.signIn(email: email, password: password) }
error Login Error: sessionMissing
the same func run correctly with iPad and iphone
Got it, let me investigate.
@sgremm I wasn't able to reproduce it, macCatalyst working fine on my tests.
Can you provide a reproducible project?
Thanks.
I'm try to create a testapp but I can't login. what is differ between iOS and Mac Catalyst with supabase-swift
No branches or pull requests
Bug report
I can't login with Mac Catalyst. iPhone and iPad have no problems.
Sorry for my bad english
The text was updated successfully, but these errors were encountered: