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
Heya folks, I've recently updated to Laravel 11 and Statamic 5. But now, whenever I try to access the control panel, I run into the following issue:
Vite manifest not found at: /usr/share/nginx/html/public/vendor/aardvark-seo/build/manifest.json
(View: /usr/share/nginx/html/vendor/statamic/cms/resources/views/partials/scripts.blade.php)
(View: /usr/share/nginx/html/vendor/statamic/cms/resources/views/partials/scripts.blade.php)
(View: /usr/share/nginx/html/vendor/statamic/cms/resources/views/partials/scripts.blade.php)
I saw the addon was updated to use Vite, instead of Webpack.
I'm still using Webpack, could that be the problem.
Even when I remove mix.copyDirectory(path.sourceVendor + 'withcandour/aardvark-seo/resources/', path.destVendor + 'aardvark-seo') from the webpack.mix.js file, or replace it with the following .copyDirectory(path.sourceVendor + 'withcandour/aardvark-seo/resources/dist', path.destVendor + 'aardvark-seo/build'), the error keeps persisting.
The text was updated successfully, but these errors were encountered:
Heya folks, I've recently updated to Laravel 11 and Statamic 5. But now, whenever I try to access the control panel, I run into the following issue:
I saw the addon was updated to use Vite, instead of Webpack.
I'm still using Webpack, could that be the problem.
I've set-up my
webpack.mix.js
file as follows:Update
Even when I remove
mix.copyDirectory(path.sourceVendor + 'withcandour/aardvark-seo/resources/', path.destVendor + 'aardvark-seo')
from thewebpack.mix.js
file, or replace it with the following.copyDirectory(path.sourceVendor + 'withcandour/aardvark-seo/resources/dist', path.destVendor + 'aardvark-seo/build')
, the error keeps persisting.The text was updated successfully, but these errors were encountered: