issues Search Results · language:Dune language:JavaScript language:Java language:JavaScript language:HTML language:Java
Filter by
12.8M results
Description: When users proceed to the checkout section in the Enatega Multivendor Customer App and attempt to switch
payment methods, two distinct issues are observed:
Credit/Debit Card Section Displaying ...
Description
The docker-compose.yml does not set GROQ_API_KEY as an environment variable, only ANTHROPIC_API_KEY. Since the backend
code uses Groq as the LLM provider, the Docker deployment will fail at ...
bug
configuration
deployment
high
Description
The private API functions _read and the constant CONVERSATIONS_FILE from backend/models/store.py are imported directly
by routes/conversations.py and routes/analytics.py. The underscore prefix ...
backend
bug
medium
Description
The Unused importStaticFilesinbackend/main.py:8` is imported but never used. This will cause linter warnings and adds
unnecessary imports.
Code Location
backend/main.py:8:
from fastapi.staticfiles ...
backend
bug
low
Description
The frontend/public/_redirects file duplicates the same proxy configuration found in netlify.toml. Both files contain
the same hardcoded Render backend URL:
frontend/public/_redirects:
/api/* ...
bug
configuration
deployment
medium
Description
No logging framework is used anywhere in the backend. All error handling uses either print() statements or bare except:
pass patterns. This makes debugging production issues extremely difficult. ...
backend
critical
enhancement
to display weather forecast from Azure Map according to the city.
enhancement
Description
The VITE_API_BASE_URL environment variable is declared in both frontend/.env and frontend/.env.production but is never
actually used anywhere. The API service (frontend/src/services/api.js) ...
bug
frontend
low
Description
The conversation state machine in _advance_state() transitions purely based on the count of user messages, with no
consideration of the actual conversation content or lead sentiment. A disinterested ...
backend
enhancement
medium
Description
The speech recognition in the ChatInterface only handles Hindi (hi-IN) and English (en-IN). Other Indian languages
supported by the app (Tamil, Telugu, Bengali, Gujarati, Marathi) have no ...
enhancement
frontend
medium

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.