F
Filamentβ€’3mo ago
Roger Santos

filament-panels labels not "rendering"

I installed filament in an existing project and I came across this problem. It looks like it doesn't convert/rendering the labels correctly. I deleted the vendor and node_modules, rebuild, published the translations, redid the layout according to the documentation, without success. And everything else already exists "it's a chat application", it continues to work correctly Has anyone gone through something similar? The worst thing is that it seems very silly. PS I'm new to laravel.
No description
No description
8 Replies
Roger Santos
Roger Santosβ€’3mo ago
No description
Dennis Koch
Dennis Kochβ€’3mo ago
Sounds like you just configured you Laravel app to use a fallback_locale that doesn't fit as fallback What you are seeing is the translation string themselves. Means: There is no translation in your defined locale and fallback_locale
Roger Santos
Roger Santosβ€’3mo ago
It makes sense, I tried publishing the translation to resolve it, but it still didn't work. I'm going to try to "reset" everything I have working in pt_BR for English thanks
Dennis Koch
Dennis Kochβ€’3mo ago
What's your fallback_locale in config/app.php?
Roger Santos
Roger Santosβ€’3mo ago
pt_BR I did a clean install, and with this fallback_locale, it worked correctly, but in this existing project it didn't.
Dennis Koch
Dennis Kochβ€’3mo ago
That should be en in 99.9% of the cases πŸ˜… Hm weird. We actually have pt_BR locale
Roger Santos
Roger Santosβ€’3mo ago
Yes, I tested it on a new project, it worked fine. I think I'm going to migrate all the code, part by part, to this new project to understand what is causing the problem.
No description
Roger Santos
Roger Santosβ€’3mo ago
thanks for your time!
Want results from more Discord servers?
Add your server
More Posts
Data for no longer existing block is kept in dataHello, When i remove a block from the form and re-save the resource. The removed block (php side) dSelect Field Required Wrong ValidationGuys, I'm trying to use Filament Form inside livewire component but I'm facing some errors related tRelationManager shows "Class must be declared abstract or implement method 'getTableQueryForExport'"In my RelationManagers my code editor shows "Class must be declared abstract or implement method 'geDefine table fixed table heightI'm trying to fix table height to specific size and get table records scrolling inside. How I can acIs it possible to load a table inside an Action Form?I need to provide more information to the user than is practical in a Select. Is it possible to retable action to open the relationship manager in a modal?I have UserResource and I want to have this "edit permissions" action to open the permissions relati1305 FUNCTION gpais.json_unquote does not existSQLSTATE[42000]: Syntax error or access violation: 1305 FUNCTION gpais.json_unquote does not exist The POST method is not supported for route admin/login. Supported methods: GET, HEAD.in production i have thiss error, there is my route : ``` GET|HEAD admin/login ................afterStateUpdated function not working`return $form ->schema([ Select::make('faculty_id') The POST method is not supported for route admin/login. Supported methods: GET, HEAD. 405 ERRORI'm trying to log in to my app (local and production) which was working until now. After seeing a bl