selectFormComponent is not defined
why this error occurs on the server selectFormComponent is not defined this occurs when I just update the code and deploy on the server
what I have done
delete old assets
republish
and clear the laravel cache
but this still doesn't solve the problem
note: deploy in server vps ubuntu
4 Replies
Check the network tab of your DevTools. Sounds like some JS files are missing.
Then check the public folder whether those files actually exist
this sometimes happens sometimes not when i deploy for update.
log in console tab like this

I don't understand. Did you check the network tab and files? Are they there?