Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

403
Views
EasyAdmin on Server - Problem with the /admin route

I have some strange problem with easyadmin 3 on my web server. On my local machine everything works perfectly, but when I deployed the code to the web server, I am getting this error:

The signature of the URL is not valid.

In log file it looks like this:

request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\AccessDeniedHttpException: "The signature of the URL is not valid." at /var/www/myapp/vendor/easycorp/easyadmin-bundle/src/EventListener/AdminRouterSubscriber.php line 134 {"exception":"[object] (Symfony\Component\HttpKernel\Exception\AccessDeniedHttpException(code: 0): The signature of the URL is not valid. at /var/www/myapp/vendor/easycorp/easyadmin-bundle/src/EventListener/AdminRouterSubscriber.php:134)"} []

If I debug the routes, the route /admin exist:

Name Method Scheme Host Path

app_admin_dashboard_index ANY ANY ANY /admin

Does somebody know what is the problem?

over 4 years ago · Santiago Trujillo
1 answers
Answer question

0

The problem is solved by adding this code to the DashboardController:

public function configureDashboard(): Dashboard
    {
        return Dashboard::new()
            ->disableUrlSignatures()
            ;
    }
over 4 years ago · Santiago Trujillo Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!