Closed A-Harby closed 12 months ago
Could be related to https://github.com/threefoldtech/tfgrid-sdk-ts/issues/1400
The add worker is working correctly, and I was able to add a worker with no errors.
But deleting workers is still not working. I tried to only delete one worker, but it didn't delete, and the manage tab is stuck as I can't press anything on it.
And after refreshing cauing, the whole page wasn't responding; the deployment didn't list.
Verified, Devnet: https://github.com/threefoldtech/tfgrid-sdk-ts/commit/a5146d94a9119d31e0324babafeb8b8fb2b3e6da.
Deploying Kubernetes master and worker and deleting them worked correctly with no errors. And then I tried adding and removing more workers, and it worked fine.
Description
Testnet, 2.2.0-rc3.
After deploying a Caprover, I tried to add a worker, but it kept getting the same error:
Cannot read properties of undefined (reading 'data')
.And I couldn't delete the worker that I deployed while deploying the master.