ServerlessError: does not exist after "stack create finished"

Hi, im using serverless 2.5.0., when trying to deploy im getting:

ServerlessError: Stack with id test-test-test does not exist

The strange is im getting this after the deploy is finished.
Here is that part of the log:

Serverless: Stack create finished…
Serverless: Invoke aws:info
Serverless: [AWS cloudformation 400 0.836s 0 retries] describeStacks({ StackName: ‘test-test-test’ })

Serverless Error ---------------------------------------

ServerlessError: Stack with id test-test-test does not exist

Is this a bug? The stack seems is not been created, but not complety sure as i understand the creation has a flag to DELETE if any error ocurrs.