Course page randomly reloads with 404 error
Description
While watching a course video, the course page randomly reloads by itself.
I checked the browser console and found the following error:
GET https://course-backend.100xdevs.com/courses/21/legacy-dsa-redirect/7055
404 (Not Found)
The request is also made when the video is paused and I'm working on my code, so it seems to be happening in the background.
After some time, the entire course page suddenly reloads, and the same 404 error appears in the console.
Steps to reproduce
- Open a course video.
- Start watching the video.
- Pause the video and work on code, or continue watching normally.
- Wait for some time.
- The page randomly reloads.
- Check the browser console.
Console error
index-C1_1hhte.js:173
GET https://course-backend.100xdevs.com/courses/21/legacy-dsa-redirect/7055
404 (Not Found)
Additional information
- The issue also occurs in Incognito.
- It happens even when the video is paused.
- The page reload appears to happen automatically while I'm on the course page.
It seems like the frontend is periodically requesting the legacy-dsa-redirect endpoint, which is returning 404, and this may be causing the page to reload.
Could you please check this endpoint and the associated course/lesson handling?
Course page randomly reloads with 404 error
Description
While watching a course video, the course page randomly reloads by itself.
I checked the browser console and found the following error:
The request is also made when the video is paused and I'm working on my code, so it seems to be happening in the background.
After some time, the entire course page suddenly reloads, and the same
404error appears in the console.Steps to reproduce
Console error
Additional information
It seems like the frontend is periodically requesting the
legacy-dsa-redirectendpoint, which is returning404, and this may be causing the page to reload.Could you please check this endpoint and the associated course/lesson handling?