postalsys / emailengine

Headless email client
https://emailengine.app/
Other
1.9k stars 168 forks source link

OAuth2 app pagination broken in Admin UI #469

Closed FredrikWallstrom closed 4 weeks ago

FredrikWallstrom commented 4 weeks ago

Describe the bug

The pagination for the OAuth2 apps in Admin UI is broken, I end up on "Page not found" page when I click next/previous button.

To Reproduce Steps to reproduce the behavior:

  1. Go to 'Configuration -> OAuth2'
  2. Configure several OAuth2 apps
  3. Click on 'Next' button
  4. See error

Expected behavior

You should end up correct page when paginating the OAuth2 apps.

Screenshots

Screenshot 2024-11-01 at 08 30 59

EmailEngine version 2.48.2

Environment How do you run EmailEngine (Docker container, Systemd service, cli app, etc.)

Redis

Additional context Add any other context about the problem here.

andris9 commented 4 weeks ago

I was doing a new release, so I squeezed in a fix for this as well. Available in v2.48.6. Paging URLs used "admin/oauth" instead of the correct "admin/config/oauth".