You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Adding a new api view, and using the permission_classes IsAuthenticated and IPAMChangeHostPermission induces latency of up to 15 seconds.
To Reproduce
Create a new view (in this case, extending APIView)
Set the view's permission_classes to (IsAuthenticated, IPAMChangeHostPermission)
Add a new request method
Call that request from a fetch or ajax call
The request in the network tab is not resolved until about 15 seconds later
The text was updated successfully, but these errors were encountered:
Describe the bug
Adding a new api view, and using the permission_classes IsAuthenticated and IPAMChangeHostPermission induces latency of up to 15 seconds.
To Reproduce
(IsAuthenticated, IPAMChangeHostPermission)
fetch
or ajax callThe text was updated successfully, but these errors were encountered: