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
I am using {% do redirect('https://example.com', 301) %} in a template. When visiting that page, the user is redirected as intended. At the same time a 404 error is logged in the request log. If anything, shouldn't it log a 301?