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
When I receive an email, in my case the "magic link" email, I cannot click on it.
I get the error in the console, and nothing happens in the browser:
Main.elm:1 Uncaught TypeError: Cannot read properties of undefined (reading 'childNodes')
Steps to reproduce the behavior, please provide code snippets or a repository:
"supabase": "^2.1.1",
The link works to display the message.
This issue seems to have appeared since the last few versions of supabase.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Bug report
Describe the bug
When I receive an email, in my case the "magic link" email, I cannot click on it.
I get the error in the console, and nothing happens in the browser:
To Reproduce
Steps to reproduce the behavior, please provide code snippets or a repository:
"supabase": "^2.1.1",
and send a test email.Expected behavior
The link works to display the message.
Screenshots
System information
Additional context
This issue seems to have appeared since the last few versions of supabase.
The text was updated successfully, but these errors were encountered: