Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The page isn’t redirecting properly #3

Open
Oussamalajili opened this issue Apr 3, 2019 · 4 comments
Open

The page isn’t redirecting properly #3

Oussamalajili opened this issue Apr 3, 2019 · 4 comments

Comments

@Oussamalajili
Copy link

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

@cesurapp
Copy link
Owner

cesurapp commented Apr 3, 2019

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

@Oussamalajili
Copy link
Author

Oussamalajili commented Apr 3, 2019 via email

@yudhir
Copy link

yudhir commented Jul 18, 2019

Same issue on Fresh Install , DB is Postgres

@cesurapp
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants