You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in the composer.json file intended for laravel 10 there is still the innocenzi/laravel-vite package
it should be removed in order to install jetstream-inertia-generator correctly
otherwise, the following error appears when trying to load the page
ERROR: htmlspecialchars(): Argument #1 ($string) must be of type string, array given {"view":{"view":"/var/www/html/dev/resources/views/app.blade.php","data":[]},"exception":"[object] (Spatie\LaravelIgnition\Exceptions\ViewException(code: 0): htmlspecialchars(): Argument #1 ($string) must be of type string, array given at /var/www/html/dev/vendor/laravel/framework/src/Illuminate/Support/helpers.php:124)
The text was updated successfully, but these errors were encountered:
in the composer.json file intended for laravel 10 there is still the innocenzi/laravel-vite package
it should be removed in order to install jetstream-inertia-generator correctly
otherwise, the following error appears when trying to load the page
ERROR: htmlspecialchars(): Argument #1 ($string) must be of type string, array given {"view":{"view":"/var/www/html/dev/resources/views/app.blade.php","data":[]},"exception":"[object] (Spatie\LaravelIgnition\Exceptions\ViewException(code: 0): htmlspecialchars(): Argument #1 ($string) must be of type string, array given at /var/www/html/dev/vendor/laravel/framework/src/Illuminate/Support/helpers.php:124)
The text was updated successfully, but these errors were encountered: