Linux - "Microsoft .Net 5 not installed". It is, though

Hello,
I am getting "Microsoft .Net 5 not installed" at the initial "New Application" menu when trying to create a WebAssembly project.

As seen below, it is installed, and the typical env variables are set accordingly. I am assuming that Radzen must be looking in a specific place? Is there a way within Radzen I can specify the locations?

~ » dotnet --info
export DOTNET_ROOT="$HOME/.dotnet"
export PATH="$PATH:$HOME/.dotnet"

~ » dotnet --info                                                                                                           mosthated@pop-os
.NET SDK (reflecting any global.json):
 Version:   5.0.103
 Commit:    72dec52dbd

Runtime Environment:
 OS Name:     pop
 OS Version:  20.10
 OS Platform: Linux
 RID:         linux-x64
 Base Path:   /home/mosthated/.dotnet/sdk/5.0.103/

Host (useful for support):
  Version: 5.0.3
  Commit:  c636bbdc8a

.NET SDKs installed:
  3.1.405 [/home/mosthated/.dotnet/sdk]
  5.0.103 [/home/mosthated/.dotnet/sdk]

.NET runtimes installed:
  Microsoft.AspNetCore.App 3.1.11 [/home/mosthated/.dotnet/shared/Microsoft.AspNetCore.App]
  Microsoft.AspNetCore.App 5.0.3 [/home/mosthated/.dotnet/shared/Microsoft.AspNetCore.App]
  Microsoft.NETCore.App 3.1.11 [/home/mosthated/.dotnet/shared/Microsoft.NETCore.App]
  Microsoft.NETCore.App 5.0.3 [/home/mosthated/.dotnet/shared/Microsoft.NETCore.App]

System Details
OS: Pop!_OS 20.10 x86_64
Host: X570 AORUS ELITE -CF
Kernel: 5.8.0-7642-generic
Uptime: 3 hours, 33 mins
Packages: 3108 (dpkg), 27 (flatpak)
Shell: zsh 5.8
Resolution: 1920x1080, 2560x1080, 1920x1080
DE: GNOME 3.38.2
WM: Mutter
WM Theme: Pop
Theme: Pop-dark [GTK2/3]
Icons: Pop [GTK2/3]
Terminal: alacritty
CPU: AMD Ryzen 9 3950X (32) @ 3.500GHz
GPU: NVIDIA GeForce RTX 2070
Memory: 10162MiB / 64321MiB

Thanks,
-MH

Radzen executes dotnet --info and checks what the output is. It doesn't check for a specific location or place. For some reason Radzen does not seem to inherit the PATH environment. What happens when you start it from terminal?

I appreciate your reply. I gave that a try and starting it from the terminal did allow it to find my SDK installs.

Two things, though right off the bat.

The tutorial itself was not very helpful, as it dimmed everything out way too much.

Screenshot

After the tutorial was completed, I got an error message which said to check the logs. Unfortunately, the logs only said the same thing the error message said.

[2021-03-05 12:08:01.912] [info] Checking for update
[2021-03-05 12:08:02.543] [info] Update for version 2.58.7 is not available (latest version: 2.58.7, downgrade is disallowed).
[2021-03-05 12:08:07.701] [error] Failed to spawn Radzen.Server process.

(Side note: Starting it from the terminal produced this message "(electron) 'getName function' is deprecated and will be removed. Please use 'name property' instead.")