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

Project production environment returning 500 error #47

Open
gilzow opened this issue Feb 13, 2023 · 1 comment
Open

Project production environment returning 500 error #47

gilzow opened this issue Feb 13, 2023 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@gilzow
Copy link
Contributor

gilzow commented Feb 13, 2023

Describe the bug

During VRT tests for PR #46 the production environment returned a 500 error. Redeployed production and it reported success. Only issue I noticed in the deploy is

  Executing deploy hook for application app
    
    In Application.php line 749:
                                                                         
      Class "BeyondCode\DumpServer\DumpServerServiceProvider" not found  

Error log shows

2023/02/13 22:12:14 [error] 224#0: *1 FastCGI sent in stderr: "PHP message: PHP Fatal error:  Uncaught ReflectionException: Class "cache" does not exist in /app/vendor/laravel/framework/src/Illuminate/Container/Container.php:875

Include some logs

2023/02/13 22:12:14 [error] 224#0: *1 FastCGI sent in stderr: "PHP message: PHP Fatal error:  Uncaught ReflectionException: Class "cache" does not exist in /app/vendor/laravel/framework/src/Illuminate/Container/Container.php:875

Reproducing

N/A

Expected behavior

Server response of 200

Your environment

Platform.sh

Screenshots

No response

Additional context

No response

@gilzow gilzow added the bug Something isn't working label Feb 13, 2023
@thomasdiluccio
Copy link
Contributor

I got that one multiple time. If I remember correctly, some cache couldn't be cleared correctly. I believe, some clear cache command is triggered while not having write access.

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

3 participants