sanic icon indicating copy to clipboard operation
sanic copied to clipboard

Accelerate your web app development | Build fast. Run fast.

Results 179 sanic issues
Sort by recently updated
recently updated
newest added

### Is there an existing issue for this? - [X] I have searched the existing issues ### Describe the bug I was playing around with middleware registration directly on a...

bug

### Is there an existing issue for this? - [X] I have searched the existing issues ### Describe the bug The "response streaming" [feature of Sanic](https://sanic.dev/en/guide/advanced/streaming.html#response-streaming) produces error messages when...

bug

### Is there an existing issue for this? - [X] I have searched the existing issues ### Describe the bug The RESTful API of the post method should not have...

bug

### Is there an existing issue for this? - [X] I have searched the existing issues ### Describe the bug When using class view, the generated openapi json mapping is...

bug

### Is there an existing issue for this? - [X] I have searched the existing issues ### Describe the bug When i call get method to get list data from...

bug

### Is there an existing issue for this? - [X] I have searched the existing issues ### Describe the bug I have Sentry monitoring my Sanic server processes. Increasingly, I...

bug

### Is there an existing issue for this? - [X] I have searched the existing issues ### Describe the bug I recently updated my machine to the latest OS (Fedora...

bug

This line tries to delete a list element that has never been added, so it raises an error when reached. Fixes #2889

### Is there an existing issue for this? - [X] I have searched the existing issues ### Describe the bug I have an app that has background task, and this...

bug

Reduces useless noise in logs in particular with WebSockets for which a new logger sanic.websockets is added in place of previously used sanic.root. Exchanges various messages with ones that are...

on hold