Skip to content

404 error when open tool page #5092

@s-fog

Description

@s-fog
  • Laravel Version: 9.40.1
  • Nova Version: 4.19.0
  • PHP Version: 8.1.1
  • Database Driver & Version: MYSQL

Description:

Iam create tool and develop it with success. Url in localhost is http://localhost:16275/manager-tool.

Then iam deploy this to staging server and when i open it, i have 404 error. https://domain.domain/manager-tool

What iam doing wrong?

I push all code to remote server and launch this deploy process

docker exec dog_php_staging composer install
docker exec dog_php_staging php artisan config:cache
docker exec dog_php_staging php artisan route:cache
docker exec dog_php_staging php artisan view:cache
docker exec dog_php_staging php artisan migrate --force

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions