Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'default') #1900
Replies: 1 comment
-
fixed it with the following update,
and then in my routes file
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am using Laravel 11, (Vite), Vue 3, inertia-laravel v1.3 and I am getting an error that I have not been able to trace down completely.
I am getting the following error.
Both refer to the same block of code,
I think it has to do with the code in my app-edit-categories.js and the pathing because I have the vue pages in a subdirectory and all i ever see is templates in Pages.
I also tried this version,
My file structure is as follows:
I'm assuming the path is relative this is not the base level resources path, full path would be Modules/Admin/resources/assets/Pages/Campaigns/EditCategories.vue.
Can anyone assist me?
Beta Was this translation helpful? Give feedback.
All reactions