Hi @Arbinath Sangma ,
I'm sorry to hear you're encountering an HTTP 404 error. Let's see if we can figure this out together.
An HTTP 404 Not Found error means that the server can't find the resource you're looking for. Here are some common reasons why this might happen:
- Typos in the URL: Double-check the URL for any spelling mistakes.
- Incorrect Paths: Ensure you're using the correct relative paths.
- Routing Issues: Verify that your server's routing configuration is correct.
- Wrong Folder or Server: Make sure the resource is in the right folder and that you're requesting the correct server.
- Database Records: If your web app is looking for a record in the database, ensure that the record exists.
Please review these potential causes, and if you need further assistance, feel free to reach out.
If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".