Skip to content
Discussion options

You must be logged in to vote

Hey @cvassios-eibach

That error means that the assets are not properly loaded. We add the CSRF token in common.js if you look at your Developer Console in network tab, you should see those files with error.

Is your APP_URL correctly set in your live environment ?

does php artisan basset:check return all good ?

Do you run php artisan optimize:clear before the php artisan optimize ?

Does php artisan basset:clear && php artisan basset:cache create the expected files in the storage/app/public/basset folder ?

Did you create the symlink with php artisan storage:link ?

Let me know the results of those.

Cheers

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@cvassios-eibach
Comment options

Answer selected by cvassios-eibach
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants