stackblitz / webcontainer-core

Dev environments. In your web app.
https://webcontainers.io
MIT License
3.85k stars 155 forks source link

Building packages doesn't work anymore #1447

Open RickLMS opened 5 months ago

RickLMS commented 5 months ago

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

jrvidal commented 5 months ago

@RickLMS :wave: Thanks for the report. The project you linked gives me a 404. Can you provide a different repro?

RickLMS commented 5 months ago

I made this one public, same issue: https://stackblitz.com/edit/stackblitz-starters-firsrl

RickLMS commented 5 months ago

Actually, it worked once I made it public. So, something has changed this week on the free version for private projects.