You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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.
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
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
The text was updated successfully, but these errors were encountered: