I am trying to redirect from a View to another View and I cannot find a solution online.
I have tried using:
Yii::$app->request->redirect(Yii::$app->createAbsoluteUrl("site/view"));
But I receive the following error:
Unknown Method – yii\base\UnknownMethodException
Calling unknown method: yii\web\Application::createAbsoluteUrl()