You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 16, 2024. It is now read-only.
Delete the resource by CLI: walrus resource delete <resource>.
Delete the resource on UI.
Check the resource list.
Result
In step 2, deleted resource failed.
unexpected status code 500 from https://localhost/v1/projects/default/environments/local/resources/second?preview=false&withoutCleanup=false, failed to delete a resource
In step 3, failed to delete.
2024-03-06T08:16:47.236Z E api error requesting DELETE /v1/projects/503617565914854658/environments/503617565914854658/resources?withoutCleanup=false: 1 error occurred:
* missing template or resource definition
github.com/seal-io/walrus/pkg/apis/runtime.erroring
github.com/seal-io/walrus/pkg/apis/runtime/middleware_error.go:45
github.com/gin-gonic/gin.(*Context).Next
github.com/gin-gonic/[email protected]/context.go:174
github.com/seal-io/walrus/pkg/apis/runtime.recovering
github.com/seal-io/walrus/pkg/apis/runtime/middleware_recovery.go:39
github.com/gin-gonic/gin.(*Context).Next
github.com/gin-gonic/[email protected]/context.go:174
github.com/seal-io/walrus/pkg/apis/runtime.observing
github.com/seal-io/walrus/pkg/apis/runtime/middleware_observation.go:89
github.com/gin-gonic/gin.(*Context).Next
github.com/gin-gonic/[email protected]/context.go:174
github.com/gin-gonic/gin.(*Engine).handleHTTPRequest
github.com/gin-gonic/[email protected]/gin.go:620
github.com/gin-gonic/gin.(*Engine).ServeHTTP
github.com/gin-gonic/[email protected]/gin.go:576
github.com/seal-io/walrus/pkg/apis/runtime.(*Router).ServeHTTP
github.com/seal-io/walrus/pkg/apis/runtime/router.go:194
net/http.serverHandler.ServeHTTP
net/http/server.go:2938
net/http.initALPNRequest.ServeHTTP
net/http/server.go:3546
net/http.(*http2serverConn).runHandler
net/http/h2_bundle.go:6193
2024-03-06T08:16:47.237Z D api 500 | HTTP/2.0 | 39 B | 90 B | 53.134845ms | 192.168.117.1 | DELETE /v1/projects/503617565914854658/environments/503617565914854658/resources?withoutCleanup=false
Describe the bug
Steps to reproduce
walrus resource delete <resource>
.Result
Expected behavior
Environment
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: