masonite icon indicating copy to clipboard operation
masonite copied to clipboard

The Modern And Developer Centric Python Web Framework. Be sure to read the documentation and join the Discord channel for questions: https://discord.gg/TwKeFahmPZ

Results 75 masonite issues
Sort by recently updated
recently updated
newest added

### Describe the bug The docs say that you can get any errors in 2 different ways. ```python {{ session().get("errors") }} # or {{ errors().all() }} ``` Neither of these...

bug

### Is your feature request related to a problem? im always frustrated when i have a syntax error and the server stops working ### What do we currently have to...

enhancement
major

### Describe the bug ``` python craft auth ``` generates auth controllers and templates. but there is a mismatch in the name used in template from the Auth route names...

bug

### Describe the bug While using request type POST and content-type is text/*. This is the error i get Traceback (most recent call last): web-1 | File "/usr/local/lib/python3.8/site-packages/masonite/app.py", line 227,...

bug

### Is your feature request related to a problem? When job runs in background and if it fails then it log only the exception message, so it is very difficult...

enhancement

### Is your feature request related to a problem? Need to add a way to add queue jobs to a redis server. ### What do we currently have to do...

feature request

### Describe the bug I'm following the the blog tutorial in a Windows Home 11 machine and the `pip install masonite` is failing. ```shell $ python -m pip install masonite...

bug