@boyjarv Nova is probably assuming you’re using the public disk, and is therefore going to set a base URL: https://github.com/laravel/laravel/blob/8.x/config/filesystems.php#L41
If you’re using URLs for images then don’t use an Image. An image served from a third party URL isn’t an image stored on your disk, which is what Nova is assuming and what the Image field is for.