issues Search Results · language:Dune language:JavaScript language:JavaScript language:PHP language:Java language:PHP
Filter by
38.8M results
Problem
App.jsx:19–24 calls fetch and immediately parses JSON without checking the HTTP status:
const response = await fetch(...)
const data = await response.json()
If the server returns a 400 or 500 ...
Problem
server.js:68–79 catches DB errors but only logs them:
} catch (dbError) {
console.log( DB save error: , dbError.message)
}
The response is still sent with HTTP 200 and the full analysis result, ...
Problem
Multer accepts any file type. A user uploading a .docx, .png, or any other file renamed to .pdf will pass the upload
step, but pdfParse() will throw (or return garbage text), crashing the handler. ...
[Block] Responsive image
bug
Support guidelines
- [x] I m smart and I read the !-- MZ2udTpin6FL -- support guidelines
Use of AI
- [x] I m a real person and wrote this bug without assistance from AI.
I ve found a bug and checked ...
Currently the endpoints are shaped like REST URLs. This does not work nicely because you don t have the HTTP
verb/command to differentiate the same url. For instance, /app/meetings/{meetingId}/topic/{topicId} ...
Problem
There is no rate limiting on any endpoint. A single user or script can send hundreds of requests per minute, each
triggering a Groq API call. Groq charges per token, so this is a direct financial ...
foundation

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip! Restrict your search to the title by using the in:title qualifier.