whatever it is doing is under the instruction of your code
Misplacement of Laravel Livewire Tenancy File Uploads into Central Storage Instead of Tenant-Specific Storage
Issue Description: During the file upload process in Laravel Livewire Tenancy, files intended for temporary or tenant-specific storage seem to be directed incorrectly towards the central storage or primary storage. This results in an issue where files, despite being uploaded for temporary storage, are not correctly placed within the designated tenant's storage. Consequently, when accessed, these files appear empty or inaccessible, possibly due to residing in the Livewire tmp storage for the wrong or unspecified tenant.
Steps to Reproduce: Initiate file upload process within Laravel Livewire Tenancy. Observe the direction of file storage during temporary storage phases. Attempt to access the temporarily stored files from the tenant's perspective.
Expected Behavior: Files uploaded for temporary storage should be directed and accessible within the Livewire tmp storage specific to the corresponding tenant. Retrieval of files from temporary storage should yield the expected content without being empty or inaccessible.
Actual Behavior: Files uploaded for temporary storage appear to be misplaced and possibly stored in central storage or the wrong tenant's storage. Upon access, these files are either empty or cannot be retrieved, leading to accessibility issues.
Please or to participate in this conversation.