serverless-next.js icon indicating copy to clipboard operation
serverless-next.js copied to clipboard

Seeking to clean up, remove completely?

Open weisisheng opened this issue 3 years ago • 1 comments

Issue Summary

Using sls remove with --stage foo --aws-profile foouser --region foo-region , I get a 'done' response back within seconds. But I am doubtful anything has happened.

Actual behavior

Response returns quickly but I am still able to access website. Believe stack has not been touched.

Expected behavior

Complete wipe of all resources

Steps to reproduce

sls remove with --stage foo --aws-profile foouser --region foo-region

Screenshots/Code/Configuration/Logs

Versions

  • OS/Environment: Ubuntu 2.04
  • @sls-next/serverless-component version:3.2.0
  • Next.js version: 10.0.0

Additional context

Checklist

  • [ ] You have reviewed the README and FAQs, which answers several common questions.
  • [ ] You have reviewed our DEBUGGING wiki and have tried your best to include complete information and reproduction steps (including your configuration) as is possible. As there is only one maintainer (who maintains this in his free time) and thus very limited resources, if you have time, please try to debug the issue a bit yourself if possible.
  • [ ] You have first tried using the most recent latest or alpha @sls-next/serverless-component release version, which may have already fixed your issue or implemented the feature you are trying to use. Note that the old serverless-next.js component and the serverless-next.js plugin are deprecated and no longer maintained.

weisisheng avatar Jun 24 '22 02:06 weisisheng

FYI -- all of these issues seem related https://github.com/serverless-nextjs/serverless-next.js/issues/2454, https://github.com/serverless-nextjs/serverless-next.js/issues/757, https://github.com/serverless-nextjs/serverless-next.js/issues/881, https://github.com/serverless-nextjs/serverless-next.js/issues/85

jplwood avatar Aug 18 '22 21:08 jplwood