You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TypeError: null is not an object (evaluating 'y.name') is what is shown in the Developer Tools console, found in Safari. One must use Safari's developer tools to see the error outputs from an Xcode simulator.
Reproducing the bug
Install Ory Element's React SPA example. I used the instructions from README.md file
Fire up Vite via npm run dev -- --port 3000 and Ory Tunnel via ory tunnel http://localhost:3000 --project <project-slug> --dev
Install a simulator with iOS 15.3 or 15.2 via Xcode
Push the logical home button so that you can go to the Safari browser
Preflight checklist
Describe the bug
TypeError: null is not an object (evaluating 'y.name') is what is shown in the Developer Tools console, found in Safari. One must use Safari's developer tools to see the error outputs from an Xcode simulator.
Reproducing the bug
npm run dev -- --port 3000
and Ory Tunnel viaory tunnel http://localhost:3000 --project <project-slug> --dev
Relevant log output
Relevant configuration
Do not sign into Ory after entering the `ory tunnel` command. Everything else was done as prescribed via the README instructions.
Version
v0.0.1-beta.7
On which operating system are you observing this issue?
macOS
In which environment are you deploying?
Ory Cloud
Additional Context
Please take a look at CanIUse. There you can see that there is a bug with the SubmitEvent API: submitter functionality starting on iOS 15.3.
My coworker found the problematic code resides in the following file:
src/react-components/ory/helpers/user-auth-form.tsx, ~line 83
Thank you
The text was updated successfully, but these errors were encountered: