Uploading a new extension causes 500 error #125
Labels
No Label
Priority
Critical
Priority
High
Priority
Low
Priority
Normal
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
Type
Breaking
Type
Documentation
Type
Enhancement
Type
Feature
Type
Report
Type
Security
Type
Suggestion
Type
Testing
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: infrastructure/extensions-website#125
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I'm getting an internal server error (500) when trying to upload a new extension. The extension upload I did in March was successful.
Please refer to the attached video for network communication logs, etc.
Windows 11 Pro 22H2 22621.3527
Microsoft Edge 124.0.2478.97 (公式ビルド) (64 ビット)
This error seems to occur when there are duplicate extension names.
I have uploaded an extension with the id
vrm_extension
, but I want to change it tovrm
. I tried to upload an extension with the same name but only the id changed.Yes, we have two integrity checks in the models that unfortunately were not covered by pre-validation: name uniqueness and file content uniqueness (for zips and for images).
I will fix the form to make sure that we display a proper error message.
File uniqueness was already addressed in
47a0baf8b2
, but hasn't been deployed yet.Thank you for the report!
All fixes have been deployed in production.