auth-ui icon indicating copy to clipboard operation
auth-ui copied to clipboard

auth-ui-react throws Permission denied to access property "type" on Firefox

Open yafkari opened this issue 1 year ago • 0 comments

Bug report

  • [x] I confirm this is a bug with Supabase, not with my own application.
  • [x] I confirm I have searched the Docs, GitHub Discussions, and Discord.

Describe the bug

Auth ui React gives an error on Firefox (Firefox Developer Edition at least).

To Reproduce

Steps to reproduce the behavior, please provide code snippets or a repository:

  1. Use the <Auth /> component of the @supabase/auth-ui-react library

Expected behavior

The component doesn't throw an error on any browser.

Screenshots

image image

System information

  • OS: [Windows]
  • Browser (if applies) [Firefox]
  • Version of supabase-js: [2.39.2]
  • Version of @supabase/auth-ui-react: [0.4.6]
  • Version of Node.js: [e.g. 10.10.0]

Additional context

This works fine on Brave, Chrome, Chrome for Developers. Didn't test on Opera.

yafkari avatar Jan 13 '24 19:01 yafkari