webcontainer-core icon indicating copy to clipboard operation
webcontainer-core copied to clipboard

Building packages doesn't work anymore

Open RickLMS opened this issue 9 months ago • 3 comments

Describe the bug

When running the "npm run build" command to build my package files and the zip file I get an error saying: "You must be an editor to upload files to a project". This is new, it was working fine until last week. Came to the same project today and I get that.

Link to the blitz that caused the error

https://stackblitz.com/edit/stackblitz-starters-firsrl

Steps to reproduce

Go to the terminal window Type "npm run build" It builds but the output file are not getting created/update, you get the error "You must be an editor to upload files to a project"

Expected behavior

It should output the package files and zip like it has been doing for weeks.

Parity with Local

Screenshots

image

Platform

Browser name  = Chrome
Full version  = 124.0.0.0
Major version = 124
navigator.appName = Netscape
navigator.userAgent = Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36 Edg/124.0.0.0
performance.memory = {
  "totalJSHeapSize": 73008127,
  "usedJSHeapSize": 63996595,
  "jsHeapSizeLimit": 4294705152
}
Hash = 14f85cda

Additional context

No response

RickLMS avatar May 21 '24 16:05 RickLMS