oxidecomputer / oxidecomputer/rfd-api
Several RFDs (183, 186, 188) missing from RFD site
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 95
- Forks
- 22
- Avg merge
- 6d 19h
- Merged PRs (30d)
- 17
Description
Repro steps: While logged into the RFD site, browse the list of all RFDs in numerical order.
Expected: They're all there :)
Observed: Some RFDs are missing. 183, 186, and 188 are definitely affected, but there might be others. Trying to navigate directly to one of their URIs (https://rfd.shared.oxide.computer/rfd/0186) pops an error page with the following contents:
<!DOCTYPE html><html lang="en"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover"/><title>Unhandled Thrown Response!</title></head><body><h1 style="font-family:system-ui, sans-serif;padding:2rem">404<!-- --> </h1><script>
console.log(
"💿 Hey developer👋. You can provide a way better UX than this when your app throws 404s (and other responses). Check out https://remix.run/guides/not-found for more information."
);
</script></body></html>
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Reproduce the missing entries by browsing the RFD site and opening the direct URI for RFD 0186, then compare the affected RFDs 183, 186, and 188 with entries that appear normally. Trace the request handling for these URIs and verify that all RFDs are listed and open without a 404 error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- api, backend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100