Object Storage not properly configured #67

Closed
opened 2025-05-27 09:27:21 +00:00 by tobru · 3 comments
Owner

Description

After configuring object storage in 5f38856dd9, the application didn't start up anymore:

SystemCheckError: System check identified some issues:

ERRORS:
?: (staticfiles.E005) The STORAGES setting must define a 'staticfiles' storage.

I reverted the configuration for now in 1dda974e11

## Description After configuring object storage in 5f38856dd962a1caa1597bfe6a23b9522327e855, the application didn't start up anymore: ``` SystemCheckError: System check identified some issues: ERRORS: ?: (staticfiles.E005) The STORAGES setting must define a 'staticfiles' storage. ``` I reverted the configuration for now in 1dda974e110083ad30745ec11e16b31027f2f908
tobru added the
bug
label 2025-05-27 09:27:21 +00:00
tobru added this to the Development Planning project 2025-05-27 09:27:24 +00:00
Author
Owner

Even after fixing settings in #69 file uploads don't land in object storage and are also not retrieved from there.

Even after fixing settings in #69 file uploads don't land in object storage and are also not retrieved from there.
Member

I only added django-storages instead of django-storages[s3] to the package list, which may be the reason (though I would have expected django-storages to yell about that). Opened a MR in #102.

I only added `django-storages` instead of `django-storages[s3]` to the package list, which may be the reason (though I would have expected django-storages to yell about that). Opened a MR in #102.
Author
Owner

Now that Mr. Deployment Specialist ™️ realized that object storage works best when it is configured, and now it is configured dc9a499e00 - it actually works. The usual "Kaum macht man(n) es richtig, funktionierts".

Now that Mr. Deployment Specialist ™️ realized that object storage works best when it is configured, and now it is configured https://servala.app.codey.ch/servala/servala-portal/commit/dc9a499e00cba6bd6e699cd7daa6d2870a2848d4 - it actually works. The usual "Kaum macht man(n) es richtig, funktionierts".
tobru closed this issue 2025-06-16 15:32:39 +00:00
Sign in to join this conversation.
No milestone
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: servala/servala-portal#67
No description provided.