I get this error when trying to access the asset manager.
I have added the file system to the CMS "servdTemp"
I have set this handle in the general config for temp uploads.
When I look in the DB under Volumes and Volumes folders, nothing is showing for this created volume.
I have tried creating new filesystems, with no luck.
If I dd $temporaryUploadFolder = Craft::$app->getAssets()->getUserTemporaryUploadFolder(); in the elements/Asset.php file when the site is working (which is when servdTemp is set to a local folder) it outputs
What happened?
Description
I get this error when trying to access the asset manager.
I have added the file system to the CMS "servdTemp"
I have set this handle in the general config for temp uploads.
When I look in the DB under Volumes and Volumes folders, nothing is showing for this created volume.
I have tried creating new filesystems, with no luck.
If I dd
$temporaryUploadFolder = Craft::$app->getAssets()->getUserTemporaryUploadFolder();
in the elements/Asset.php file when the site is working (which is when servdTemp is set to a local folder) it outputsWhiich is odd because there's no volume ID, and the path isn't what I've set in teh general config for tempAssetUploadFs
After some more digging, if I log the exception here on line 1039 in services/assets.php
I get
Steps to reproduce
Expected behavior
Craft created folder in new filesystem for temp uploads
Actual behavior
Error
Craft CMS version
5.5.2
PHP version
8.3.12
Operating system and version
No response
Database type and version
SQL 8
Image driver and version
No response
Installed plugins and versions
"require": { "craftcms/ckeditor": "4.4.0", "craftcms/cms": "5.5.2", "mindseeker-media/craft-related-elements": "^1.1.0", "mmikkel/cp-field-inspect": "2.0.2", "nystudio107/craft-retour": "5.0.3", "nystudio107/craft-seomatic": "5.1.6", "nystudio107/craft-vite": "5.0.1", "servd/craft-asset-storage": "4.0.9", "studioespresso/craft-scout": "^5.0.1", "vandres/craft-matrix-extended": "^v3.6.1", "verbb/cp-nav": "^5.0.2", "verbb/expanded-singles": "3.0.1", "verbb/formie": "3.0.12", "verbb/navigation": "3.0.5", "vlucas/phpdotenv": "^5.4.0", "wbrowar/craft-admin-bar": "5.0.0" },