decentraland / decentraland/builder

[QA] Builder | Error when attempting to unpublish scene, invalid coordinates used

Open
#3,361 0 comments 0 reactions 0 assignees View on GitHub
bug dapps
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.

![image (1)](https://github.com/user-attachments/assets/3b1c777b-5f9d-4d6d-8f50-d86164c96ce4)

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

![image](https://github.com/user-attachments/assets/7ee06c7c-e7a2-4f1a-8821-8a716b866e27)

### ➗ **Repro Index:**
10/10 attempts

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.