Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] "File Not Found" Error for register.html #271

Closed
5 tasks done
Lonewolf124 opened this issue Oct 9, 2024 · 1 comment
Closed
5 tasks done

[BUG] "File Not Found" Error for register.html #271

Lonewolf124 opened this issue Oct 9, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@Lonewolf124
Copy link
Contributor

Description

When attempting to click on the Signup link in the navigation bar, the application throws a "File Not Found" error for /client/register.html. The file exists in the repository under the client folder, but it is not being located when accessed through the browser.

Screenshots

Screenshot 2024-10-09 073547

Any additional information?

Steps to Reproduce:

Navigate to the homepage (index.html).
Click on the Signup button in the navigation.
Observe the "File Not Found" error page.
Expected Behavior: Clicking the Signup button should load the register.html file located in the client folder, displaying the user registration page.

Actual Behavior: A "File Not Found" error is displayed, despite the register.html file existing in the correct folder.

Causes:
Incorrect File Path – The current path for register.html is set as /client/register.html, which may cause issues depending on the server setup. A relative path could resolve this.

Suggested Fixes:
Change the link in the navigation to a relative path: client/register.html.

What browser are you seeing the problem on?

Firefox, Chrome, Safari, Microsoft Edge

Checklist

  • I have checked the existing issues
  • I have read the Contributing Guidelines
  • I'm a GSSoC'24-Extd contributor
  • I'm a Hacktoberfest'24 contributor
  • I am willing to work on this issue (optional)
@Lonewolf124 Lonewolf124 added the bug Something isn't working label Oct 9, 2024
@ankit071105
Copy link
Owner

Issue resolved the team was working on it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants