Skip to content
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

There is no existing directory at "local path directory /MyLaravelApp/storage/logs" and its not buildable: Permission denied #1952

Closed
agueroveraalvaro opened this issue Jan 13, 2019 · 6 comments
Labels

Comments

@agueroveraalvaro
Copy link

agueroveraalvaro commented Jan 13, 2019

Info:

  • Docker version 18.09.0, build 4d60db4
  • MacOs Mojave

Issue:

I have al fine but when i go to localhost appears:

There is no existing directory at "local path directory /MyLaravelApp/storage/logs" and its not buildable: Permission denied

@Sander-Kastelein
Copy link

Try running:
(sudo) docker-compose exec workspace bash
this opens a bash environment within the container, then try running artisan config:clear, there might still be paths from your host system in the cache.

@alicfeng
Copy link

alicfeng commented Jul 4, 2019

多谢!
thx~

@stale
Copy link

stale bot commented Feb 2, 2020

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the Stale label Feb 2, 2020
@stale
Copy link

stale bot commented Feb 23, 2020

Hi again 👋 we would like to inform you that this issue has been automatically closed 🔒 because it had not recent activity during the stale period. We really really appreciate your contributions, and looking forward for more in the future 🎈.

@stale stale bot closed this as completed Feb 23, 2020
@Hillaryudechukwu
Copy link

Possible fixes: 1 make sure that the path exists, 2 execute " PHP artisan optimize: clear " in your work directory

@JoaoPedroMDP
Copy link

I had the same problem. All i had to do was to enter dock machine and use 'php artisan optimize:clear'.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants