I’m unable to deploy my nodejs repo
Create Tigris object storage bucket keeps failing which I do not need object storage initially
Issue opened, and I’ve created a pull request with a possible fix:
I just got this bug today ( I did click the Tigris ToS and created keys prior to deployment attempt )
panic: interface conversion: gql.AgreedToProviderTosViewerPrincipal is *gql.AgreedToProviderTosViewerMacaroon, not *gql.AgreedToProviderTosViewerUser
goroutine 1 [running]:
github.com/superfly/flyctl/internal/command/extensions/core.AgreedToProviderTos({0x2cf0b40, 0xc00071cbd0}, {0xc000502358, 0x6})
/home/runner/work/flyctl/flyctl/internal/command/extensions/core/core.go:515 +0xc9
github.com/superfly/flyctl/internal/command/extensions/core.AgreeToProviderTos({0x2cf0b40, 0xc00071cbd0}, {{0xc0007e8300, 0x1e}, {0xc000502358, 0x6}, {0xc000502450, 0x6}, {0xc0007ae3c0, 0x29}, ...})
/home/runner/work/flyctl/flyctl/internal/command/extensions/core/core.go:260 +0xee
github.com/superfly/flyctl/internal/command/extensions/core.ProvisionExtension({0x2cf0b40, 0xc00071cbd0}, {{0x7fff7cf0b5cd, 0xb}, 0x0, {0x27f5349, 0x6}, {0x0, 0x0}, {0x0, ...}, ...})
/home/runner/work/flyctl/flyctl/internal/command/extensions/core/core.go:69 +0x228
github.com/superfly/flyctl/internal/command/extensions/tigris.runCreate({0x2cf0b40, 0xc00071cbd0})
/home/runner/work/flyctl/flyctl/internal/command/extensions/tigris/create.go:93 +0x7f4
github.com/superfly/flyctl/internal/command/extensions/tigris.create.New.newRunE.func1(0xc00068c008, {0x27edcbe?, 0x4?, 0x27edb0e?})
/home/runner/work/flyctl/flyctl/internal/command/command.go:140 +0x1dc
github.com/spf13/cobra.(*Command).execute(0xc00068c008, {0xc00054bc20, 0x5, 0x5})
/home/runner/go/pkg/mod/github.com/spf13/cobra@v1.8.1/command.go:985 +0xaaa
github.com/spf13/cobra.(*Command).ExecuteC(0xc00060f208)
/home/runner/go/pkg/mod/github.com/spf13/cobra@v1.8.1/command.go:1117 +0x3ff
github.com/spf13/cobra.(*Command).ExecuteContextC(...)
/home/runner/go/pkg/mod/github.com/spf13/cobra@v1.8.1/command.go:1050
github.com/superfly/flyctl/internal/cli.Run({0x2cf0cc8?, 0xc0005e82c0?}, 0xc0007e6000, {0xc00015e010, 0x8, 0x8})
/home/runner/work/flyctl/flyctl/internal/cli/cli.go:94 +0x690
main.run()
/home/runner/work/flyctl/flyctl/main.go:47 +0x165
main.main()
/home/runner/work/flyctl/flyctl/main.go:26 +0x18
unsuccessful command 'flyctl ext tigris create --org stuzero --app my app --yes'
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.