-
-
Notifications
You must be signed in to change notification settings - Fork 99
Add build command and success/error messages to edit ws server #865
New issue
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
Conversation
@tjholm is attempting to deploy a commit to the Nitric Team on Vercel. A member of the Team first needs to authorize it. |
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Skipped Deployment
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Currently breaks with no targets in nitric.yaml:
panic: runtime error: invalid memory address or nil pointer dereference
[signal 0xc0000005 code=0x0 addr=0x18 pc=0x1f3808d]
goroutine 21 [running]:
github.com/nitrictech/nitric/engines/terraform.(*TerraformEngine).Apply(0xc0009f4840, 0x0)
C:/projects/nitric/nitric/engines/terraform/terraform.go:459 +0x2d
github.com/nitrictech/nitric/cli/internal/devserver.(*NitricProjectBuild).OnMessage(0xc0004e2e80, {0xc000540740, 0x38, 0x40})
C:/projects/nitric/nitric/cli/internal/devserver/build.go:90 +0x37e
fixed by adding missing return statement |
e21a756
to
1664e41
Compare
No description provided.