Diogo Gomes
Diogo Gomes
FFilament
Created by Diogo Gomes on 9/10/2024 in #❓┊help
Login not working - admin/livewire/update 405 (Method Not Allowed)
Livewire::setUpdateRoute(function ($handle) {
return Route::post('/admin/livewire/update', $handle);
});
Livewire::setUpdateRoute(function ($handle) {
return Route::post('/admin/livewire/update', $handle);
});
This is creating a route with a duplicated admin prefix. https://example.com/admin/admin/livewire/update
16 replies
FFilament
Created by Diogo Gomes on 9/10/2024 in #❓┊help
Login not working - admin/livewire/update 405 (Method Not Allowed)
No description
16 replies
FFilament
Created by Diogo Gomes on 9/10/2024 in #❓┊help
Login not working - admin/livewire/update 405 (Method Not Allowed)
@Abdelmjid are you sure that you had the same issue? I've tried your solution but it didn't work. My problem is not related with missing scripts, it's a backend thing, a method not allowed exception, for a route that exists
16 replies
FFilament
Created by Diogo Gomes on 9/10/2024 in #❓┊help
Login not working - admin/livewire/update 405 (Method Not Allowed)
@awcodes thanks for the help. I think the youtube video that you are referring too is this one: https://www.youtube.com/watch?v=tZGg2kdOjhQ&t=12s My server uses .htaccess, but you are probably right about the issue being related with that. I'm going to try to tweak the .htaccess settings
16 replies
FFilament
Created by Diogo Gomes on 9/10/2024 in #❓┊help
Login not working - admin/livewire/update 405 (Method Not Allowed)
No description
16 replies
FFilament
Created by Diogo Gomes on 9/10/2024 in #❓┊help
Login not working - admin/livewire/update 405 (Method Not Allowed)
@awcodes really sorry, but I was a very poor choice of a fake domain :D. I've changed it to example.com
16 replies
FFilament
Created by Ilunga on 6/3/2024 in #❓┊help
post method not allowed issue on filament 3 when loging in
@Ilunga have you found the problem that you were having? I'm having the same problem. Locally I'm using a root domain, in production I'm using a folder. Works locally, does not work in production
4 replies
FFilament
Created by Diogo Gomes on 10/19/2023 in #❓┊help
Rich Editor - Expired S3 Images
Thank you. So people are only using public images with this component?
6 replies
FFilament
Created by Diogo Gomes on 9/26/2023 in #❓┊help
File Upload on local non-public disc
And I don't understand why I don't have to set a route to serve the file, that it's stored on a private local disk.
8 replies
FFilament
Created by Diogo Gomes on 9/26/2023 in #❓┊help
File Upload on local non-public disc
sorry @awcodes but I can't make this work. I've tried a lot of things but nothing works. It uploads the file fine. But the frontend keeps spinning.
8 replies
FFilament
Created by Diogo Gomes on 9/26/2023 in #❓┊help
File Upload on local non-public disc
@awcodes is there a method on the Field where I can set the url?
8 replies
FFilament
Created by Diogo Gomes on 9/19/2023 in #❓┊help
Set a global default date time format
Thank you @awcodes
6 replies
FFilament
Created by Diogo Gomes on 9/19/2023 in #❓┊help
Set a global default date time format
Table::$defaultDateTimeDisplayFormat = 'Y/m/d H:i';
6 replies
FFilament
Created by Diogo Gomes on 9/16/2023 in #❓┊help
Custom action on edit resource
Oh perfect! Yes, it does work. Thank you so much @Hasith
12 replies
FFilament
Created by Diogo Gomes on 9/16/2023 in #❓┊help
Custom action on edit resource
This is for an EditRecord page
12 replies
FFilament
Created by Diogo Gomes on 9/16/2023 in #❓┊help
Custom action on edit resource
No description
12 replies
FFilament
Created by Diogo Gomes on 9/16/2023 in #❓┊help
Custom action on edit resource
Oh thank you for that send() tip 🤦‍♂️
12 replies
FFilament
Created by Diogo Gomes on 9/16/2023 in #❓┊help
Wizard conditionally hiding next step
Is it possible to redirect to a particular step?
7 replies