Kong / Kong/analytics-agent-python
Some routes seem to skip wsgi layer
Ouverte
- Langage dominant
- Python
- Étoiles
- 3
- Forks
- 3
- Métriques de merge des PR
- Aucune PR mergée en 30 j
Description
This specifically happens with Flask-Restful.
```
app = Flask(__name__)
app.wsgi_app = MashapeAnalytics(app.wsgi_app, 'SERVICE_TOKEN', 'production')
api = Api(app)
```
Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Piste de recherche
Start by reproducing the Flask-Restful setup shown in the issue, focusing on the app.wsgi_app wrapper and the routes exposed through Api(app). Trace which routes do not pass through that wrapper. Done means the affected Flask-Restful routes consistently traverse the WSGI layer.
Rédigé par le modèle d'indexation à partir du texte de l'issue.
Évaluation
- Stack technique
- flask, python
- Domaine
- api, backend
- Type d'issue
- Bug
- Difficulté
- 4/5
- Temps estimé
- 3-5 jours
- Activité
- À l'abandon
- Clarté
- À clarifier
- Accessibilité débutants
- 25/100