decentraland / decentraland/builder
[QA] Builder | Error when attempting to unpublish scene, invalid coordinates used
- Dominant language
- TypeScript
- Stars
- 156
- Forks
- 91
- Avg merge
- 2d 7h
- Merged PRs (30d)
- 31
Description
### 📔 **Issue Description:**
When trying to unpublish a scene, an error occurs due to incorrect coordinates being sent in the request. The error message returned is: `'Failed to fetch https://peer.decentralan.zone/content/entities. Got status 400. Response was '{"errors":[The provided Eth Address does not have access to the following parcel: (0,0)'']}'`. The scene should be unpublished, but the system seems to be sending default coordinates (0,0) instead, causing the error.
### 🖥️ **Operative system and additional Notes:**
- Windows Only
- On Mac, the scene can be `unpublished` correctly, and also an `unpublished` state is properly reflected for the scene that was `unpublished` on Windows.
### **STR:**
1. Attempt to unpublish a scene on windows.
2. Observe the error message in the modal.
3. Compare the state of the scene on Mac.
### ✔️ **Expected Result:**
The system should correctly process the unpublish request for the scene, without sending incorrect coordinates (0,0). Like it does on Mac.

### ❌ **Actual Result with evidence:**
On Windows an error is displayed when attempting to unpublish the scene.

### ➗ **Repro Index:**
10/10 attempts
Contributor guide
Assessment
This issue has not been assessed yet.