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
As asked in the issue #217 I'm opening a new issue.
Here is the issue I found:
A symlink file was linking to the root folder of my application. Thus, guard/listen was following this file again and again, creating an infinite loop.
You can easily create such a symlink, for instance in your vendor folder, add a symlink to ".." (the parent directory). When you launch guard/listen it should follow this symlink again and again.
As asked in the issue #217 I'm opening a new issue.
Here is the issue I found:
A symlink file was linking to the root folder of my application. Thus, guard/listen was following this file again and again, creating an infinite loop.
You can easily create such a symlink, for instance in your vendor folder, add a symlink to ".." (the parent directory). When you launch guard/listen it should follow this symlink again and again.
I discovered this issue while developing on Canvas LMS, you can find the concerned symlink file here: https://github.com/instructure/canvas-lms/blob/master/client_apps/canvas_quiz_statistics/vendor/canvas
Thanks,
Kulgar.
The text was updated successfully, but these errors were encountered: