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

`sanic --port 80` was printing very ugly error messages.

### Is there an existing issue for this? - [X] I have searched the existing issues ### Describe the bug In Sanic==23.6.0, the handler for app.before_server_stop is not invoked when...

bug

### Is there an existing issue for this? - [X] I have searched the existing issues ### Describe the bug monkey.patch_all() can't work with Sanic v23.6.0. I need this because...

nice to have
feature request

Allows using pathlib paths for TLS certificate directories and cert/key filenames. Previously only `str` was accepted on `app.run(ssl=...)`.

### Is there an existing issue for this? - [X] I have searched the existing issues ### Is your feature request related to a problem? Please describe. Suggesting an easy...

feature request

### Is there an existing issue for this? - [X] I have searched the existing issues ### Describe the bug Hello, I am trying to run Sanic as a script...

bug

### Is there an existing issue for this? - [X] I have searched the existing issues ### Is your feature request related to a problem? Please describe. Web servers such...

feature request

### Is there an existing issue for this? - [X] I have searched the existing issues ### Is your feature request related to a problem? Please describe. No, none that...

feature request

### Is there an existing issue for this? - [X] I have searched the existing issues ### Describe the bug I needed to set up http-to-https redirection for my app...

bug