file_exists(): open_basedir restriction in effect is checking for a file that doesn’t exist

I have a simple Laravel project, it runs just fine on my local machine, but after uploading to the server, when accessing a certain page, the following error is displayed:

file_exists(): open_basedir restriction in effect.
File(C:inetpubvhostsgoldenmedpharma.comhttpdocslaravelgoldenmedpharma.net.v4resourceslang/ar/Forgot
Your Password?.php) is not within the allowed path(s):
(C:/Inetpub/vhosts/goldenmedpharma.com;C:WindowsTemp;C:Inetpubvhostsgoldenmedpharma.comhttpdocslaravelgoldenmedpharma.net.v4public;C:WindowsTemp)
(View:
C:inetpubvhostsgoldenmedpharma.comhttpdocslaravelgoldenmedpharma.net.v4resourcesviewsauthlogin.blade.php)

I don’t have a file named (Forgot Your Password?.php)! What exactly is this?
I’m using Plesk Obsidian to manage PHP and files on the server.