Nucleo-Estudantes-Informatica-ISEP / antirecurso

Wanna pass your exams? We gotcha! 😉
https://antirecurso.nei-isep.org
GNU General Public License v3.0
11 stars 7 forks source link

Fix exam pagination in some browsers #41

Closed tomasflopes closed 1 year ago

tomasflopes commented 1 year ago

image

The pagination feature at the end of the page is not functioning as expected in certain browsers. When users click on the pagination links, they are redirected to the main page instead of navigating to the desired page. This behavior is intended in case of an error occurrence.

The issue is likely related to some browser's politics that block mixed content and are not allowing the request to be fulfilled dynamically. It is possible that the problem lies in the backend, but further investigation is needed to determine the exact cause.

Due to time constraints, I haven't been able to delve deeper into this matter. I encourage you to thoroughly investigate the issue, considering both frontend and backend aspects, in order to find a solution.

ricardo177m commented 1 year ago

Fixed in the backend.