-
-
Notifications
You must be signed in to change notification settings - Fork 25
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Bug report
- [v] I confirm this is a bug with Supabase, not with my own application.
- [v] I confirm I have searched the Docs, GitHub Discussions, and Discord.
Describe the bug
dbdev publish command fails with the following result:
dbdev --debug publish
Error: error decoding response body: invalid type: null, expected a string at line 1 column 4
Caused by:
invalid type: null, expected a string at line 1 column 4
this failure is on each publish command regardless of the extension content (I have tried with the "hello world" example and also my extension)
I have tested the same procedure on MacOs (installed with brew) and Windows (installed binary). installation has been done according to the manual here: https://supabase.github.io/dbdev/cli/
I have also checked that the credentials file (access token) is valid and copied correctly.
To Reproduce
Steps to reproduce the behavior - a simple dbdev CLI installation.
Expected behavior
extension shall be published to the database.dev.
System information
- OS: macOS and Windows
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working