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

View not found in Laravel when I cache the views #106

Open
nonghinh opened this issue Mar 30, 2023 · 0 comments
Open

View not found in Laravel when I cache the views #106

nonghinh opened this issue Mar 30, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@nonghinh
Copy link

Before I deployed the Larvel project to serverless, I used the command: php artisan view:cache
After deploying on Lambda I get "View not found" error
I checked the directory /tmp/storage/framework/views and it doesn't have any files.
I use CACHE_DRIVER=dynamodb
If I don't cache the view, there's no problem, but I want to cache the view to make the app more optimized.
Can someone help me?

@nonghinh nonghinh added the bug Something isn't working label Mar 30, 2023
@mnapoli mnapoli transferred this issue from brefphp/bref Mar 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant