thedevdojo / voyager

Voyager - The Missing Laravel Admin
https://voyager.devdojo.com
MIT License
11.78k stars 2.67k forks source link

Call php artisan cache:clear made sidebar menu disappear #5264

Closed soni-jinendra closed 3 years ago

soni-jinendra commented 3 years ago

Version information

Description

A clear and concise description of what the bug is.

Steps To Reproduce

Steps to reproduce the behavior:

  1. Go to login page after running php artisan cache:clear command in terminal
  2. Login with admin user
  3. See error

Expected behavior

A clear and concise description of what you expected to happen.

Sidebar has completely gone, while my intent was just to clear cache.

Screenshots

If applicable, add screenshots to help explain your problem. clear cache sidebar 2 clear cache sidebar

Additional context

Add any other context about the problem here.

rohankhudedev commented 3 years ago

Please fix the APP_URL in .env file. By default APP_URL will be http://localhost. In voyager APP_URL must match with running port on default port 8000. Hence APP_URL will be http://localhost:8000.

github-actions[bot] commented 1 year ago

This issue has been automatically locked since there has not been any recent activity after it was closed. If you have further questions please ask in our Slack group.