Perforce doesn't see the workspaces and fails to connect inside of unreal editor

Hi, as the topic states, i’m having trouble connecting to perforce through revision control in unreal. When i try to manually type out the values for connection i get the following errors

LogSourceControl: Attempting 'p4 client -o wholeb_RiderTower'
SourceControl: Error: CommandMessage Command: Connect, Error: Invalid workspace.
SourceControl: CommandMessage Command: Connect, Info: 
SourceControl: Error: Failed to connect to revision control. Check your settings and connection then try again.

What may be going on is that the server is hosted on my home server and i connect through 192.168.0.2:50000 (i changed the port for some reason when i was setting it up). The reason i think this may be an issue is because my colleagues who are also working on the project did manage to set up revision control without issues.

I can connect through rider and p4v connects just fine.

I did try to find any posts that were somewhat relevant but nothing worked so thanks in advance for the help.

Hello there @WhoLeb!

Considering that your colleagues are able to access the project with no issues, and your own connection works ok with rider and p4v, then the issue must be isolated to your local setup.

Please make sure that your workspace is properly configurated in UE source control, as server, user name, and workspace should be the same as the ones in p4v.

Next, check that your files are in the proper location, specially the .uproject file, it should be somewhere between your root. Also, make sure your directory path is not very long, as long extensions are prone to cause issues.

As well, checking through the community, there a few scenarios similar to yours. Please check the thread below, and test theris methods for your issue: