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
There is currently no way to pass in a Location: header in the beforeRender. This therefore breaks a cached 301 response, as the status is set to 301, but the Location isn't set.
There is currently no way to pass in a Location: header in the beforeRender. This therefore breaks a cached 301 response, as the status is set to 301, but the Location isn't set.
Need to be able to:
done(err, {body: fields[0], status: fields[1], location: fields[2]});
The text was updated successfully, but these errors were encountered: