stackblitz / core

Online IDE powered by Visual Studio Code ⚡️
https://stackblitz.com
MIT License
10.23k stars 888 forks source link

Error while Saving the project. #3085

Open manav-gopal opened 3 months ago

manav-gopal commented 3 months ago

Save Error


Adding more than 2 files together throws this error. Unable to save my project cause of this issue.

image

Link to the blitz that caused the error

https://stackblitz.com/edit/stackblitz-starters-wcr5mk?description=HTML/CSS/JS%20Starter&file=script.js,styles.css,index.html&terminalHeight=10&title=Static%20Starter

Steps to reproduce

  1. create a project with static HTML, CSS, and JS projects.
  2. try uploading more than 2 files like images together from local file using drag and drop.
  3. then try to save the file.
  4. the error message will appear.

Expected behavior

It should be working or there should be an alert that says the user can't upload more than 2 files together so the user doesn't get this Error.

Parity with Local

Screenshots

image

Platform

Browser name  = Chrome
Full version  = 126.0.0.0
Major version = 126
navigator.appName = Netscape
navigator.userAgent = Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36
performance.memory = {
  "totalJSHeapSize": 85995985,
  "usedJSHeapSize": 82320217,
  "jsHeapSizeLimit": 2172649472
}
Hash = dc4d7514

Additional context

No response