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 was archived by the owner on Dec 9, 2024. It is now read-only.
When deploying, i get the following error (seemed to happen after i did a function rename)
Could not subscribe the userMicroservice-dev-main function to the '/xxx-usermicroservice/' endpoint. A subscription for that endpoint and method already exists in another service. Please remove that subscription before registering this subscription.
When I then do a sls remove, I get this error
Failed to delete http.request event type due the error: Event type cannot be deleted because there are subscriptions using it.
My environment is as follows:
Your Environment Information -----------------------------
OS: darwin
Node Version: 8.11.3
Serverless Version: 1.30.0
May I also know how I can delete an app from the Dashboard? Thanks.
This is a Bug Report
When deploying, i get the following error (seemed to happen after i did a function rename)
When I then do a
sls remove, I get this errorMy environment is as follows:
May I also know how I can delete an app from the Dashboard? Thanks.