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

404 errors for CSS files in QA deployed version #217

Closed
Janell-Huyck opened this issue Sep 21, 2023 · 2 comments
Closed

404 errors for CSS files in QA deployed version #217

Janell-Huyck opened this issue Sep 21, 2023 · 2 comments
Assignees
Labels
breaking breaking or major change bug Something isn't working UI/UX

Comments

@Janell-Huyck
Copy link
Contributor

Janell-Huyck commented Sep 21, 2023

We're getting 3 different 404 errors when we go to the 404 and 500 error pages on the qa deployed site.

Find out why and fix it.
Screenshot 2023-09-21 at 9 49 22 AM

@Janell-Huyck Janell-Huyck self-assigned this Sep 21, 2023
@Janell-Huyck Janell-Huyck added this to the Next deploy milestone Sep 21, 2023
@Janell-Huyck
Copy link
Contributor Author

We've verified that the files that are linked in the 404 and 500 error pages are no longer available at those addresses.

<link rel="stylesheet" href="https://libraries.uc.edu/etc/clientlibs/uc-base/libraries/bootstrap.css" type="text/css">
<link rel="stylesheet" href="https://libraries.uc.edu/etc/clientlibs/uc-base/components/base-component.css" type="text/css">
<link rel="stylesheet" href="https://libraries.uc.edu/etc/clientlibs/uc-base/components/header.css" type="text/css">

no longer exist.

@haitzlm suggested maybe we should be using:
<link rel="stylesheet" href="https://libapps.libraries.uc.edu/css/singlePageTemplate.css" type="text/css">
at this time instead.

@Janell-Huyck
Copy link
Contributor Author

The merging of the feature branch fixed the issue.

@Janell-Huyck Janell-Huyck added bug Something isn't working UI/UX breaking breaking or major change labels Oct 12, 2023
@hortongn hortongn removed this from the Next deploy milestone Apr 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking breaking or major change bug Something isn't working UI/UX
Projects
None yet
Development

No branches or pull requests

2 participants