404 error when clicking footerlinks of subjects in the footer #158 #161
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
404 error when clicking footerlinks of subjects in the footer #158
Details:
Issue Observed: Clicking on footer links for subjects like "Cloud Computing", "Cybersecurity", etc., previously resulted in 404 errors.
Change Made: Added /catalog to the links to correct the routing paths. For example:
Changed from /al to /catalog/al
Changed from /cloud-computing to /catalog/cloud-computing
Current Status: The backend service is not running, so the data for these links is not being fetched. The issue of 404 errors is resolved with the updated paths, but functionality will be fully verified once the backend is operational.