figma-linux
figma-linux copied to clipboard
Issue with trying to log in via thw Flatpak version
- App version: 0.8.1
- The output of
screenfetch: ??? - Type of installed package (Snap, AppImage, deb, rpm, pacman): Flatpak
Bug description I installed the software as a Flatpak but when I try to log in, It doesn't let me, there's no pop up errors or anything, it just doesn't me to log in. It was working fine days ago but now it doesn't
Screenshots N/A
Additional context N/A
I've just encountered the same issue. Pressing Options > Help > Sign Out (Even though it asks you to log in) and then logging in resolved that for me.
Also encountered the same issue on 0.9.2
If you open the Developer Tools via Options -> Help -> Toggle Developer Tools or Alt+Ctrl+I and switch to the Console tab, the Auth grant is printed to the console when clicking the 'Log in with browser' button as:
{
"grantPath": "/app_auth/uuid_goes_here/grant"
}
Which you can append to figma.com in your browser (figma.com/app_auth/uuid_goes_here/grant) and log in that way