Felix
Felix
FFilament
Created by Felix on 7/5/2024 in #❓┊help
how to upload file to an s3 bucket in the beforeCreate function?
I have checked with my colleague and sadly it didn't save.
4 replies
FFilament
Created by Felix on 7/5/2024 in #❓┊help
how to upload file to an s3 bucket in the beforeCreate function?
I have yet to test it fully, but with this method the file doesn't preview. before the presing the save button.
4 replies
FFilament
Created by Felix on 5/3/2024 in #❓┊help
Is it possible to have tabs that look like sub-navigation?
and he wants this "separate navbar next to the main nav".
10 replies
FFilament
Created by Felix on 5/3/2024 in #❓┊help
Is it possible to have tabs that look like sub-navigation?
well my manager want/prefer the sub-nav side-nav styling. compared to the tabs. and he doesn't take no for an answer. 😅
10 replies
FFilament
Created by Felix on 5/3/2024 in #❓┊help
Is it possible to have tabs that look like sub-navigation?
Sorry, I meant to ask, make your own livewire component?
10 replies
FFilament
Created by Felix on 5/3/2024 in #❓┊help
Is it possible to have tabs that look like sub-navigation?
how do you make an component?
10 replies
FFilament
Created by Felix on 5/3/2024 in #❓┊help
Is it possible to have tabs that look like sub-navigation?
so I want to use the js of the tabs with the sub-nav styling
10 replies
FFilament
Created by Felix on 5/3/2024 in #❓┊help
Is it possible to have tabs that look like sub-navigation?
well I use api's with sushi and switching from page to page, makes a little too much api requests.
10 replies
FFilament
Created by Felix on 1/15/2024 in #❓┊help
Error `Could not find Livewire component in DOM tree`. How do I fix this?
It was an while ago, but i think it was that I Inistialize alpine.js twice. the first via the filament component and second via my layout.
5 replies
FFilament
Created by Felix on 4/19/2024 in #❓┊help
Origin https://[xxxxxx].test is not allowed by Access-Control-Allow-Origin. Status code: 200
I don't really know what you mean, sadly. I have googled for 'server config' and 'set header image folder in server config', but i can't find the solution to my problem.
14 replies
FFilament
Created by Felix on 4/19/2024 in #❓┊help
Origin https://[xxxxxx].test is not allowed by Access-Control-Allow-Origin. Status code: 200
also in the standard allowed_origins it has an * which means all (right?). so it is strange that it didn't work in the beginning.
14 replies
FFilament
Created by Felix on 4/19/2024 in #❓┊help
Origin https://[xxxxxx].test is not allowed by Access-Control-Allow-Origin. Status code: 200
I have seen solutions that added urls to the allowed_origins (at least it seemed so). so I added https://admin.webinary.test to the allowed_origins array of live.webinary cors config, but it didn't work.
14 replies
FFilament
Created by Felix on 4/19/2024 in #❓┊help
Origin https://[xxxxxx].test is not allowed by Access-Control-Allow-Origin. Status code: 200
some clarification: the filament form from the https://admin.webinary.test domain must be able to download/view files form the https://live.webinary.test domain. and that is where the problem starts. and where I can't find a solution.
14 replies
FFilament
Created by Felix on 4/19/2024 in #❓┊help
Origin https://[xxxxxx].test is not allowed by Access-Control-Allow-Origin. Status code: 200
that mite be the problem that I am having, because the https://live.webinary.test and the https://admin.webinary.test are not the same Laravel project. Also I use an Api to send images to https://live.webinary.test. And I want that the FileUpload from https://admin.webinary.test show the images that was send to https://live.webinary.test.
14 replies
FFilament
Created by Felix on 4/19/2024 in #❓┊help
Origin https://[xxxxxx].test is not allowed by Access-Control-Allow-Origin. Status code: 200
it is (if it is right). but I changed the driver url in the filesystem config to an (temporary) hardcoded one.
14 replies
FFilament
Created by Felix on 4/17/2024 in #❓┊help
FileUpload loading image fails
I think I see the problem. I used the APP_URL wrongly. In my code.😅
14 replies
FFilament
Created by Felix on 4/17/2024 in #❓┊help
FileUpload loading image fails
I want to note that the website has multiple (sub) domain names.
14 replies
FFilament
Created by Felix on 4/17/2024 in #❓┊help
FileUpload loading image fails
I have tried it, and now the hole website doesn't work. 😕
14 replies
FFilament
Created by Felix on 4/17/2024 in #❓┊help
FileUpload loading image fails
It is just:webinary.test. But why it would look with such an odd url. the img can be found in the url: https://admin.webinary.test/Cat03.jpg and https://dashboard.webinary.test/Cat03.jpg.
14 replies
FFilament
Created by Felix on 4/17/2024 in #❓┊help
FileUpload loading image fails
It seems the FileUpload is not searching for the local storage, but for this: https://admin.webinary.test/live/events/2/webinary.test/storage/Cat03.jpg. I dont know why. Also the the Input is just this: FileUpload::make('header_image'),;
14 replies