Project

Profile

Help

Issue #7366

closed

Getting 404 for static assets

Added by fao89 over 3 years ago. Updated over 3 years ago.

Status:
CLOSED - CURRENTRELEASE
Priority:
Normal
Assignee:
Category:
Installer - Moved to GitHub issues
Sprint/Milestone:
Start date:
Due date:
Estimated time:
Severity:
2. Medium
Version:
Platform Release:
OS:
Triaged:
No
Groomed:
No
Sprint Candidate:
No
Tags:
Sprint:
Sprint 80
Quarter:

Description

https://pulp3-source-fedora32.localhost.example.com/assets/rest_framework/js/jquery-3.3.1.min.js

or

http://pulp3-source-fedora32.localhost.example.com/assets/rest_framework/js/jquery-3.3.1.min.js

Aug 21 14:45:44 pulp3-source-fedora32.localhost.example.com gunicorn[42557]: 127.0.0.1 - - [21/Aug/2020:14:45:44 +0000] "GET /assets/rest_framework/js/default.js HTTP/1.0" 404 

(pulp) [vagrant@pulp3-source-fedora32 ~]$ http :24817/assets/rest_framework/js/default.js
HTTP/1.1 404 Not Found
Connection: close
Content-Length: 77
Content-Type: text/html
Date: Fri, 21 Aug 2020 14:47:33 GMT
Server: gunicorn/20.0.4
X-Frame-Options: SAMEORIGIN

<h1>Not Found</h1><p>The requested resource was not found on this server.</p>

(pulp) [vagrant@pulp3-source-fedora32 ~]$ http :/assets/rest_framework/js/default.js
HTTP/1.1 404 Not Found
Connection: keep-alive
Content-Length: 77
Content-Type: text/html
Date: Fri, 21 Aug 2020 14:47:45 GMT
Server: nginx/1.18.0
X-Frame-Options: SAMEORIGIN

<h1>Not Found</h1><p>The requested resource was not found on this server.</p>


Also available in: Atom PDF