Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

saddamsagar02's avatar

Missing required parameter for [Route: nova.login]

I tried to translate locale from English to German(de) language by adding \App::getLocale() or app()->getLocale() function. This was working fine in nova/en/login page initially but when I go to login it gives me this error "Missing required parameter for [Route: nova.login] [URI: nova/{language}/login] [Missing parameter: language].". I rolled back to serve the purpose of my task which was pending but still this error showing in login page and stuck in "nova/en" route. I globally searched \App::getLocale() or app()->getLocale() function from entire project still this happend.

0 likes
1 reply

Please or to participate in this conversation.