-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Bug: Upload limit exceeded but still allowing uploads #4009
Copy link
Copy link
Open
Labels
BugError or unexpected behaviorsError or unexpected behaviorsPriority:HighShould be addressed soon but not criticalShould be addressed soon but not critical
Description
p5.js version
No response
What is your operating system?
Windows
Web browser and version
Chrome 146.0.7680.81
Actual Behavior
The editor shows a maximum asset limit of 250 MB, but users are able to upload assets beyond this limit, as seen with usage exceeding 285 MB; this indicates that the upload restriction is not being properly enforced, leading to inconsistent behavior between displayed limits and actual system constraints, and potentially causing further issues with storage management and user expectations.
Expected Behavior
The editor should strictly enforce the 250 MB storage limit by preventing further uploads once the limit is reached, and should provide a clear error or warning message to the user indicating that the upload cannot proceed unless space is freed.
Steps to reproduce
- Continuously upload image assets to the editor.
- Observe the storage usage indicator in the Assets panel.
- Continue uploading even after reaching the stated limit of 250 MB.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
BugError or unexpected behaviorsError or unexpected behaviorsPriority:HighShould be addressed soon but not criticalShould be addressed soon but not critical