I am having an issue correctly opening / creating workspaces from the Slack Electron desktop app. When I open my app, here is the screen that is displayed :

I then proceed to signing in, get redirected to my browser, successfully sign-in and click on the xdg-open link to get redirected to my desktop app. At this point, the initial slack window with the sign in button doesn't change.
What I have tried
- Initial installation made with snap
- Deleted ~/.config/Slack directory
- Uninstalled snap package and installed from AUR using Yay
- Launched slack from terminal for more debug logs
- Tried to launch slack manually from the magic-link that was logged
The logs during the login process do not report any errors, here is a snippet of them :
[02/02/22, 09:56:42:641] info: Store: UPDATE_SETTINGS {
"mainWindowSettings": {
"fullScreen": false,
"maximized": false,
"bounds": {
"x": 351,
"y": 176,
"width": 1024,
"height": 768
}
}
}
[02/02/22, 10:03:26:522] info: Store: HANDLE_DEEP_LINK {
"url": "slack://somecode/magic-login/somenumbers"
}
After this, I tried checking in for some possible Window manager errors but I could not find any
Here are my system specs :

Weird thing is, I have compared my two desktop envs, using the same distro/WM/version of slack and nothing seems different or not up to date.
Thanks for taking the time to help me out