cn10xdev / react-express-starter

A basic Boilerplate for React (Front-end) and Server (Back-end) rendering
MIT License
0 stars 5 forks source link

Incorrect Status Code Handling in checkValidServiceWorker #5

Open cn10xdev opened 1 month ago

cn10xdev commented 1 month ago

The checkValidServiceWorker function only checks for 404 status codes and fails to handle other non-200 responses. This could lead to situations where other errors are not correctly dealt with. Implementing a more comprehensive status code check is necessary.

kumarRavikar commented 1 month ago

Hi @cn10xdev,

I'm new to open-source contributions and excited to participate in the 10Xtober festival! I’d love to get started by working on one of the issues labeled "good first issue." Could you please assign one to me to help me get started?

Thank you!