Bug Description
After going to the previous page from viewing the details of any event in the all events page, the state whether the user was on which page wouldn't be saved.
Steps To Reproduce
Steps to reproduce the behavior:
- Go to the all events page
- Go the 2nd page of the events
- Go to details of any event
- Get back to the previous page
- You will se you will be redirected to the 1st page again.
Expected Behavior
After going to the previous page the state should've been stored in the url so that page will be persisted.
Actual Behavior
No matter what page the user was on, it takes the user to the first page again.
Environment
- OS: Ubuntu 24.04
- Browser: Mozilla Firefox 143.0.4
- Go Version: go version go1.25.0 linux/amd64
- Database Version: PostgreSQL 15
- Everato branch:
feature/events-route
Bug Description
After going to the previous page from viewing the details of any event in the all events page, the state whether the user was on which page wouldn't be saved.
Steps To Reproduce
Steps to reproduce the behavior:
Expected Behavior
After going to the previous page the state should've been stored in the url so that page will be persisted.
Actual Behavior
No matter what page the user was on, it takes the user to the first page again.
Environment
feature/events-route