pd-admin icon indicating copy to clipboard operation
pd-admin copied to clipboard

The page isn’t redirecting properly

Open Oussamalajili opened this issue 6 years ago • 4 comments

There is some cookies accepting problems when connecting by a user account

Oussamalajili avatar Apr 03 '19 10:04 Oussamalajili

If you are getting 404 page after user login. This problem is caused by images not found. Install Logo and Favicon from the settings (don't forget to clear the cache).

Or if you disable the error listener, the problem will be corrected. https://github.com/appaydin/pd-admin/blob/master/src/Listener/ExceptionListener.php

cesurapp avatar Apr 03 '19 17:04 cesurapp

Hi, I appreciate your quick response. the logo and the the favicon are installed correctly and i cleared the cache. the problem is when i login with a user or admin account the browser shows an error message(see the image below). while when i connect with a super admin it goes smoothly with no problem. Please help me if you have a solution.

Le mer. 3 avr. 2019 à 18:28, R. Kerem APAYDIN [email protected] a écrit :

If you are getting 404 page after user login. This problem is caused by images not found. Install Logo and Favicon from the settings (don't forget to clear the cache).

Or if you disable the error listener, the problem will be corrected. https://github.com/appaydin/pd-admin/blob/master/src/Listener/ExceptionListener.php

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/appaydin/pd-admin/issues/3#issuecomment-479584090, or mute the thread https://github.com/notifications/unsubscribe-auth/AlrBwdL2BrLrG4Iq6byU3VhWqY2XNTHnks5vdOSggaJpZM4caMlv .

-- Lajili_Oussama

Oussamalajili avatar Apr 03 '19 18:04 Oussamalajili

Same issue on Fresh Install , DB is Postgres

yudhir avatar Jul 18 '19 19:07 yudhir

Authorization and picture-based problem.

  1. If there is no picture or Favicon, the Kernel throws an error. "App/Listener/ExceptionListener" is causing this. When using Nginx, you will not have any problem. The problem occurs because the local server redirects all requests to symfony.
  2. For unauthorized access, "App/Security/AccessDeniedHandler" handler redirects as "admin_dashboard". Change the forwarding address.

cesurapp avatar Jul 18 '19 19:07 cesurapp