vuex-crud icon indicating copy to clipboard operation
vuex-crud copied to clipboard

Maximum call stack size exceeded

Open rambii opened this issue 6 years ago • 0 comments

I setup the nuxt example as in the README.

I got an error when the api route for fetchList was not defined yet. This would result in a 404 in the first request but in a "Maximum call stack size exceeded" error. Afterwards this would also happen on other routes where the request is not called.

I am not sure if this is supposed to happen or if there could be something done to prevent the application from failing afterwards.

rambii avatar Dec 07 '18 08:12 rambii