-
Notifications
You must be signed in to change notification settings - Fork 300
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG]: Octane Server Restarts When Media Files Uploaded. #246
Comments
may be we need exclude DIR like Line 170 in 89ae1a6
this have |
@myckhel @kamlesh-php Can you try this? #247. |
@myckhel Also, please ensure you are running the latest version of Octane. |
well @nunomaduro i have tested the master branch and updated my |
@myckhel That's not true. It's a glob expression that covers all the directories specified recursively. |
@nunomaduro sorry for my bad comment. i will try to see why my linked |
Description:
During watch mode and when media files are uploaded, the server restarts and which is an unwanted behaviour.
I have opened this issue several times (#202, #118) and i think this is a bug and the issue should be left opened until its resolved.
Steps To Reproduce:
Add images dir link to filesystem config
Link dir to public dir
images
dir to public:php artisan storage:link
create/edit/delete file from images dir
OR
modify
public/vendor
,public/build
folders which are frontend generated folders.The text was updated successfully, but these errors were encountered: