vitodeploy / vito

The Ultimate Server Management Tool
https://vitodeploy.com
GNU Affero General Public License v3.0
1.06k stars 166 forks source link

Error 500 in server settings page #212

Closed maxcelos closed 4 months ago

maxcelos commented 4 months ago

Describe the bug After update to version 1.6.0 is not possible to open server settings page

To Reproduce Steps to reproduce the behavior:

  1. Select your server
  2. Click on 'Server Settings'
  3. See error

Expected behavior See the settings page

Screenshots n/a

Additional context Add any other context about the problem here.

saeedvaziry commented 4 months ago

Please provide logs

/home/vito/vito/storage/logs/laravel.log

maxcelos commented 4 months ago

Found the problem. Routes not found.

Running route:clear solve the issue.

Same for the sources control edit i've reported in other issue

maxcelos commented 4 months ago

Route not found.

Solved with php artisan route:clear