soixantecircuits / idle-vue

Vue component wrapper for idle-js
MIT License
125 stars 40 forks source link

idle-vue seems to prevent reload nuxt app #47

Open snakemastr opened 3 years ago

snakemastr commented 3 years ago

I have an application with idle-vue implemented. After some time running on localhost and meanwhile refreshing the application it appears the nuxt app suddenly keeps loading and waiting for a process in idle-vue, keeping the screen white. This is after a manual page refresh. When I pause the debugger in DevTools, the file that is processed is always build.js in idle-vue. I don't really know how to reproduce this as it happens after a unknown period of time.

I know the package is no longer maintained but it's worth a shot as it's messing with my workflow bigtime. Any people have experienced this or any hints on how to debug this situation?