Twill assets error

Hello to everyone i have an website in production builded in twill but some twill assets in there are missing there, in local environment everything works fine but in there cause me those errors like in picture above anyone can help me to find a solution about this ?
No description
I
ifox376d ago
Hi @mathew_d which version of twill?
M
Mateo376d ago
in composer.json it is 2.0
I
ifox376d ago
any custom built Vue component for twill in your codebase? If not, you can run php artisan twill:update to make sure the latest version of the frontend assets are published in your application's public folder.
M
Mateo376d ago
i have vue component only for my frontend pages not custom component for the cms
I
ifox376d ago
Cool so you can do twill:update. php artisan view:clear and php artisan cache:clear could help too depending on your issue.
M
Mateo376d ago
i did and the same error apears
M
Mateo376d ago
No description
I
ifox376d ago
do you see those files in your public folder?
M
Mateo376d ago
they should be public/assets/.. ?
I
ifox376d ago
yes
M
Mateo376d ago
oh my wrong the was registered to the public and my root was public_html it worked thank you so much 🙂
I
ifox376d ago
no problem! good luck with your production launch!
Want results from more Discord servers?
Add your server
More Posts
Where to find block repositories?I've seen in the tutorial(https://www.youtube.com/watch?v=kAcJ5G2GhiA) some blocks like "paragraph &[3.0.0] Block class - getBlockTitle()Hi, I was trying to move Blade blocks to Class. When I wanted to move `@twillBlockTitleField` in cla[3.0.0] componentBlock overriding getBlockIcon doesn't seem to work?(Successfully changed the title by overriding it's static function) Checked twill:list:icon for the[3.0.0] Maintaining automated Permalink Generation when using getCreateForm to add fields.As soon as I add any fields, using the Formbuilder on this function, the automated permalink disappemulti select selected optionsI'm using the multi select as documented in https://twill.io/docs/form-fields/multi-select.html#mult[3.0.0-rc4] - How to show current value in a select form fieldCurrently I have my select field defined as: `@formField('select', [ 'name' => 'work_year', [3.0.0-rc4] Images not found on remote server - League\\Glide\\Filesystem\\FileNotFoundExceptionI just went from my local to my remote server and some images are showing up others are getting a 5[Twill2] Do settings section support media and how?As title says, is it possible to inject media here or should I make a custom settings singleton to h[3.x.dev] Call to undefined method ReflectionUnionType::getName()Newbie to Twill here. Fresh install of Laravel 10.4.1 / PHP 8.2.4 / MYSQL 8.0.32 on Ubuntu Budgie 2Add custom icons into twillI add the icons into the path `resource/views/admin/icons` and I run the command, result is ok, but Select an another block in a block?Hi everyone, I have a function to create a new block with name "Columns block". With this block, usMedia Library / Glide only loading JPEGsHey there, So I had a Laravel/Twill app running successfully on a subdomain with no issue. Today IAdding a vue componentGood afternoon Tell me what could be the problem? On the main page of the admin panel there is an aSave title in translationsI'm trying to save my title as a translatable field, normal fied works fine but when i make it transSet translations to activeWhile trying to set translations to active it isn't saved to database? Only english is selectablecan't use Published, Draft, Trash filters on module indexI see the buttons, they show the correct counts in the parenthesis, but when I click on them, I alwamedias XHR request with wrong schemeGreetings... I'm having trouble with accessing media library in the admin area in production. Mixeremove positioning and nesting from the page indexGood morning. Tell me how to remove positioning and nesting from the page index in the admin panel? Connecting additional fields depending on the value in the record when selected in the browser compoGood morning. Can you tell me if it is possible to implement the doing in twill? I have a browser iCustom function in a Module ControllerI need to trigger a custom function that is run after a user clicks "Update" for a post in a Twill m