Abdullahi - Hello, I am getting this error
# ❓questions
a
Hello, I am getting this error

https://cdn.discordapp.com/attachments/811986149064441927/1105081466955780196/image.png

i
Hi @Abdullahi try
php artisan optimize:clear
and/or
php artisan twill:update
a
Trying that now.
Same thing
@ifox I was trying to run this

https://cdn.discordapp.com/attachments/1105081467131920385/1105082325924061214/image.png

i
why? Are you working on some custom Vue components for Twill? If you don't, you don't need to run this command
Run
rm -rf vendor/area17/twill && composer install && php artisan twill:update
, then check if you see Twill assets in your public folder
a
I am working on some custom view @ifox
Or is there a way I can use blade template as against using vue?
If so how?
i
what exactly are you trying to do?
which Twill version are you on?
a
I need a custom action on each record on my table. In this I wan to select a foreign value and assign it to the selected record
I am on version 3.
E.g I have an order, on the table I have runner_id. I want an action to be able to list out runners and then assign a runner to an order
meaning the runner_id field on the selected order will be occupied.
i
ok so yeah for that you definitely need to work with Vue components of you want to do that on the listing view. You can definitely create that relationship on the form though, but I guess you want this feature to assign runners to orders quicker. So your issue is that you're not able to rebuild Twill with your own Vue components. First, make sure to see if twill:build works. For twill:dev it seems like you have a dependencies problem.
a
Exactly
Dependency problem?
Should I reinstall again?
i
vue-cli-service command not found
do you have the same error with twill:build? what are your node/npm version?
a
Yeah same error
i
Make sure you're on node 18+ and use --install on twill:dev or twill:build to reinstall npm deps
a
wow I am currently on node 16, let me switch brb.
Is there a way i can avoid timeout
It is taking time.
You can change
twill.build_timeout
in your configuration
a
Stocked on another error 😅

https://cdn.discordapp.com/attachments/1105081467131920385/1105122710146793502/image.png

i
hmm it's not clear that there is an error here. try to use twill:build before exploring twill:dev
also I see you're on rc2, we are stable now on Twill 3 so I'd suggest updating
a
I just moved to stable build, twill:dev works and i see the twill-manifest but the first error still occurs @ifox \
'Twill dev assets manifest is missing. Make sure you are running the npm run serve command inside Twill. (View:......'
Somehow everything now works, dont really know what to I did.
After upgrade I am getting a twill_files table not found, any way to disable this?
a
Thanks I have figured it out
MY content arent showing @ifox
I just get a blank screen instead of the content to be displayed.

https://cdn.discordapp.com/attachments/1105081467131920385/1105537659243352114/image.png

i
there's no
orderCustomContent
section in the free layout
its
customPageContent
a
Thank you.
Is there a way to add custom css and js @ifox I havent been able to do this
I tried adding the script tag but it is complaining and ignoring it.
i
sure, you can push to the extra_js and extra_css blade stacks
a
Okay, seems my bootstrap css and js is conflecting with the current css and js