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

Vue Capacitor Ios App, @capacitor/browser not implemented with @capacitor/ios 6.0.1 #417

Open
6 tasks done
mrdannyjohnson opened this issue Jul 31, 2024 · 0 comments
Open
6 tasks done
Labels
bug This points to a verified bug in the code

Comments

@mrdannyjohnson
Copy link

Checklist

  • The issue can be reproduced in the auth0-vue sample app (or N/A).
  • I have looked into the Readme, Examples, and FAQ and have not found a suitable solution or answer.
  • I have looked into the API documentation and have not found a suitable solution or answer.
  • I have searched the issues and have not found a suitable solution or answer.
  • I have searched the Auth0 Community forums and have not found a suitable solution or answer.
  • I agree to the terms within the Auth0 Code of Conduct.

Description

Following the Ionic & Capacitor (Vue) quickstart guide on a minimal implementation, at:

const login = async () => {
      await loginWithRedirect({
        openUrl: (url: string) =>
          Browser.open({
            url,
            windowName: "_self",
          }),
      });
    };

A NOT IMPLEMENTED error is logged in with IOS in xcode (works on android), appears to be related to Browser.open(

Downgrading packages below from version 6.0.1 to the following fixed the issue:
"@capacitor/core": "5.7.7",
"@capacitor/ios": "5.7.7",

Reproduction

Minimal implementation with Capacitor using packages below resulted in the error:
"@capacitor/core": "6.0.1",
"@capacitor/ios": "6.0.1",

Additional context

auth0-vue sample app does not use capacitor.

Thanks.

auth0-vue version

2.3.3

Vue version

3.4.30

Which browsers have you tested in?

Safari

@mrdannyjohnson mrdannyjohnson added the bug This points to a verified bug in the code label Jul 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug This points to a verified bug in the code
Projects
None yet
Development

No branches or pull requests

1 participant