I’m submitting a…
- [ ] Regression (a behavior that stopped working in a new release)
- [x] Bug report
- [ ] Performance issue
- [ ] Documentation issue or request
Current behavior
If I try to upsert a document that I previously deleted through the UI, I get the following error:
{
"message": "Object has already been deleted.",
"traceId": "00-620df20bca942847965aa4ea148a1a3e-091c89e9c52dd347-00",
"type": "https://tools.ietf.org/html/rfc7231#section-6.5.1",
"statusCode": 400
}
Expected behavior
I would expect the object to be recreated. Is this a mongo feature we can get around that I’m not aware?
Environment
- [ ] Self hosted with docker
- [ ] Self hosted with IIS
- [ ] Self hosted with other version
- [x] Cloud version