lllleonnnn
lllleonnnn
> It would be great to be able to have the easy usability of this sofware from the terminal aswell. That would mean to specify files or a folder and...
@bschrib haven't put it in the README but you can set it up like so to download private repo(s): ``` [projects] [projects.$REPO_NAME] name = "$REPO_NAME" git_url = "https://$GH_USERNAME:[email protected]/$ORG/$REPO.git" ``` @AlexFielder...
It doesn't look like you have successfully set any of the environment vars which the library needs to connect to your db ``` ... port: undefined ... ``` Make sure...
Those logs appear when you set 'debug' to 'true' - you shouldn't need that on unless you are debugging specific aspects of the supabase client connection. Remove this part of...
> @nowfred debug true shows the auth flow. The exception is still in place. Lol of course my bad - I came across this because we are debugging potentially related...
Yes please...
I'm experiencing the same error with a raw CURL request against the emoji.list endpoint with similar authentication profiles. I cannot suss out the difference between what I am passing on...
@ethanfox did you ever resolve this? We have the exact same issue happening to us serverside, is extremely unhelpful. Also, when our serverside instances trigger this issue the ensuing 'reauthentication'...