StanProg
FileUpload issue with multiple machines
I found the problem.
Step #1: I pick up the file and it gets uploaded to livewire-tmp folder of machine #1
Step #2: I click the "submit" button, and the system makes the request to machine #2, trying to pick the file from the livewire-tmp folder in order to upload it to S3 "tmp" folder.
The file is not in machine #2, so it returns null:
BaseFileUpload.php
Now the question is how should I handle such a problem. Any ideas?4 replies
Is there a way to send Database notifications from Job?
In the config I have:
But I noticed that they appear in like 30-50 minutes, not seconds. Maybe be I've misconfigured something, or did not set something that I should have.
The problem is that we don't want to setup a server for Laravel Echo/Pusher.
9 replies
Is there a way to send Database notifications from Job?
No, the notification is added to the database, but not displayed, unless I refresh the page. I waited for a way more than the polling time, but so far it appears only if I refresh the page.
9 replies
Does php artisan filament:install makes changed to the Database?
I will update it on the dev environment, but I don't have dev database, only production database that is used for both dev, staging & production. This is why I'm concerned. I don't want to break my live app by making DB changes that are irreversible.
5 replies