Replies: 1 comment 1 reply
-
Hello, I have no immediate idea, but since pydantic seems to be causing the bug... Not sure why this would break only with slowapi though. Maybe share how you're initialising |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello everyone...
So i've tried to ask for help in den FastAPI Community first but they couldnt help me figgure out whats going on here.
This is the route im having problems with!
When i remove the limiter the whole route works just fine... but if i add the limiter to this route i get the following error right at startup and then it crashes.
So if someone could please explain me what is happening here... i use limiters on all my routes and only this one is making problems...
The "not defined" CannabisStrain is a dataclass
Beta Was this translation helpful? Give feedback.
All reactions