vircadia / vircadia-metaverse

Metaverse server for Vircadia
https://vircadia.com/
59 stars 58 forks source link

Delete place is failing. (even recently created places) #88

Closed AleziaKurdis closed 3 years ago

AleziaKurdis commented 3 years ago

When we try to delete a Place, we systematically get this error:

Failed to delete place: {placeId} Error code 3 The full error is shown below: Target place not found

This happens even on recently created places.

Misterblue commented 3 years ago

There seems to be two ways of deleting places: "DELETE /api/v1/places/:placeId" and "DELETE /api/v1/user/places/:placeId". For this bug, one works and one doesn't work. Fix is in process.

Misterblue commented 3 years ago

Fixed in version 2.4.3