webcontainer-core
webcontainer-core copied to clipboard
Building packages doesn't work anymore
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
- [X] I have run the project in my local machine and I could not reproduce the issue.
Screenshots
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