fix: 404 error when fetching module maintainer avatars and icons via api.nuxtjs.org
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 3.3k
- Forks
- 214
- Avg merge
- 13h 22m
- Merged PRs (30d)
- 18
Description
🐛 The bug
I noticed multiple 404 (Not Found) errors in the browser console when opening the Modules tab in Nuxt DevTools. It seems like the DevTools is unable to fetch the maintainer avatars and some module icons through the api.nuxtjs.org proxy/endpoint.
🌈 Expected behavior
All maintainer avatars and module icons should be loaded correctly without 404 errors.
ℹ️ Additional context
"nuxt": "^4.4.2",
Contributor guide
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 issue by opening the Modules tab in Nuxt DevTools and inspect the browser network requests to api.nuxtjs.org. Trace the failing maintainer-avatar and module-icon requests to identify the endpoint or proxy path involved. Done means the avatars and icons load without 404 errors.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- nuxt, typescript
- Domain
- api, frontend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 52/100