Error 500 on server side
Many times i get errors like this.
500
Cannot read properties of undefined (reading 'limit')
at https://localhost:3000/_nuxt/modules/vehicle/economy/ExpenseListFailed/ExpenseListFailed.js:298:52
Is there any way to debug this? There is no _nuxt folder. And the ExpenseListFailed.js is referring to the compiled file of ExpenseListFailed.vue. Row 298 does not have anything todo with limit. I see limit in the file, but i dont know where or why its undefined.
Nuxt devtools says the same rows.
500
Cannot read properties of undefined (reading 'limit')
at https://localhost:3000/_nuxt/modules/vehicle/economy/ExpenseListFailed/ExpenseListFailed.js:298:52
Is there any way to debug this? There is no _nuxt folder. And the ExpenseListFailed.js is referring to the compiled file of ExpenseListFailed.vue. Row 298 does not have anything todo with limit. I see limit in the file, but i dont know where or why its undefined.
Nuxt devtools says the same rows.
