-
Notifications
You must be signed in to change notification settings - Fork 485
Closed as not planned
Labels
bugSomething isn't workingSomething isn't working
Description
Bug report
Describe the bug
I'm getting AuthRetryableFetchError
when trying to use signInWithPassword
in GitHub Actions.
To Reproduce
Steps to reproduce the behavior, please provide code snippets or a repository:
- Use
supabase.auth.signInWithPassword
on GitHub Actions
Expected behavior
The method should user in and return the user & thier session.
System information
- OS: Ubuntu, 22.04.1, LTS
- Version of supabase-js: 2.1.3
- Version of Node.js: 16.18.1
Additional context
I tried setting NODE_TLS_REJECT_UNAUTHORIZED: '0'
but didn't work; from these two questions:
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working