Everything announced at Config 2026 🎉
Experiencing issues? Report them.
Recently active
To reproduce:Create a frame of size X by Y Create a rect of the same size and place it inside the frame at (0, 0) Click outside the frame to clear selection Click the rectExpected behavior: rect is selected.Actual behavior: frame is selected. If the rect is not the same width and height as the frame, it works correctly.
I’m bringing this issue back because no one answered it.I have the similar issue with StackBlitz SDK in the plugin that I’m working on.Here is the issue report on their GitHub https://github.com/stackblitz/sdk/issues/28Here are the StackBlitz docs for the above mentioned feature https://developer.stackblitz.com/platform/api/post-api#example-payloadI discovered that Figma overrides the POST method and instead sends a GET request. This behavior isn't explicitly documented but has been observed when testing with my local server endpoint.In the following example, the request resolves to a GET method on the server, and the message body is never received:```<form id="test" method="post" action="http://localhost:3000/api/generate" target="_blank"> <input type="hidden" name="message" value="Hello World" /></form><button form="test" type="submit">Submit</button>``` @y_toku
Description:I am experiencing an issue with the Figma Plugin API when trying to assign variable references to node fills and strokes. Despite using a minimal file with supported node types (e.g., a simple rectangle), the plugin code fails with the error:"Node is not extensible; skipping variable linking for fills." and similarly for strokes. This error is triggered even though the node is not locked, is not a component, and variable linking is enabled in my file and account (I am on a Pro plan). Steps to Reproduce:1. Create a new Figma file and insert a basic shape (e.g., a rectangle).2. Define a local color style for a solid fill and create a local color variable in a variable collection with at least one mode (e.g., Light mode).3. Write a minimal plugin that:• Retrieves the local paint styles and color variables using the async APIs (e.g., getLocalPaintStylesAsync and getLocalVariablesAsync).• Attempts to assign the variable reference by setting the fillVariableId (or strokeVariableI
I am experiencing difficulties with my bill payment this month despite my payment method remaining unchanged. The system returns an error message stating, 'Your card has been declined,' even when using the same card. I have also attempted to make the payment with four other cards, but I continue to encounter the same issue. Could you please advise on how I can resolve this matter and successfully complete the payment?"
(Image redacted due to PII)Here is the message I got. Please help to resolve it. And the link is: https://www.figma.com/board/RMGW0lDX9S0LM7Xso1EvP7/HK-Cards-%26-PLP?t=ajK94lLH6oSGvfmD-0
I’m currently using figam desktop app for all my works,30 mins ago every images were showing up just fine and I could work with them,but suddenly now all the images are gone. I tried double clicking to check if the image is still there, but nothing shows up.I tried re starting my computer, try web browser, do the reload tab thing, re installing desktop app but nothing seems to fix my problem. what should I do to load my images??
My password protected portfolio link isn’t working anymore. Either on load or after entering password, it brings to 404 page. However, if i hit back it loads. However, a recruiter couldn’t load it when they hit back. I don’t understand whats happening.
Hello, Figma team,Due to a enterprise update, I am being asked to update my equipment(laptop). I am able to log in to Figma on my old device, but am not able to log in to Figma on my new device. Are there any suggestions on how I should approach this?Thank you!
Same document, visible in zooming, moving, and the client gets stuck. Whereas in chrome it performs well.
Dear Figma Team,After updating to the latest software version, I’ve encountered a critical bug that severely impacts workflow. The issue is as follows:When using a master component containing multiple nested elements (including many sub-components from other components with deep hierarchies), both the Figma desktop client and web version freeze completely upon copying, instancing, or duplicating this master component. All functionality becomes unresponsive for approximately 30-60 seconds until the operation completes.Additionally, editing this master component (e.g., modifying text/data, toggling element visibility) results in extreme lag and unresponsiveness. This issue significantly disrupts productivity, especially in complex design systems.Steps to reproduce: Create/use a master component with deeply nested sub-components. Copy/instance/edit the component. Observe UI freeze and lag. Requesting urgent prioritization for this performance regression. Thank you for your attention!
Hello, I lost access to some of my documents since the last update that limit the free plan to 3 documents. What I want to know is whether I can regain access to the documents at least in view mode as a considerable amount of work went into them.I hope you can solve the problem.Thank you
The Right and Center align text keyboard shortcuts work but the left align one does not. Anyone else find this issue?
I’m trying to export images with rounded corners, but for some reason, the image fill renders transparent when in a frame or in an image layer with rounded corners. I even added a color fill below the image fill, and that color fill is rendered, but not the image fill. I can’t share access to my Figma file since it is for a sensitive client project, but I hope these screenshots can provide sufficient details. Anyone got advice?When exporting an image with rounded corners, the image fill renders transparent.When exporting an image with regular/square corners, the image fill renders normally and exports normally.When exporting an image with rounded corners, the image fill renders transparent yet the color fill added behind it renders normally—it’s just the image that does not render in the export.
I am building out a 2-level navigation sidebar. I have a button that does this:IF A and B {Do X}IF A and C {Do Y}The button stops working entirely unless I remove one of the statements. Using the ELSE statement is entirely useless as it breaks the next IF statement. What is the point of prototyping using conditional statements if when using more than one it breaks?
I changed the email associated with my Figma account. I am leaving the company, so I switched it to an alias email that the company set up and now I can’t log back to the desktop app. It will only allow login through the browser.
I was working on a project, slept my computer for4 some minutes, woke my computer up, saw the project for about a second before figma restarted on it’s own and now i can’t find the project anywhere.
Hi! Is anyone else having issues with the backspace or delete key when typing in the text box? I’ve been having this issue for 2-3 days now. I even restarted my computer thinking it was an issue with macbook. Thank you!
Hi guys! Just to say that the pdf export feature not always works well with large files. The best way to export is on desktop application but at least should have a loading bar, otherwise people will think the app crashed.
The option for auto height on a text box has completely disappeared. Where has this gone to?
Elements such as icons and text disappear when you copy a mock into another file. Also some properties seem to change.All libraries used are already added in the file and weird thing is that the components would be visible when you initially copy-paste the mocks but then somehow become invisible at some point later-on. You can see the components in the layers list and see their boundary when you hover but they don't appear on screen.They however become visible when you detach the components of which is by far an ideal solution.Please help. This is urgent for our shipping deadline
After merging our big navigation component, the component completely changed layout (Auto layout, spacing, text alignment, padding) and duplicated some layers in different levels of the larger component.Component in branch:Component after merging to master: Component after merging used in the navigation with padding and allignment completely changed: This seems to be a critical bug, Even after fixing the errors in the master component, after merging other unrelated branches that did not touch this component the errors reemerged.
When I try organising my favourites in sections the projects always jump out of the folder.
Hi I have created a somewhat basic slider as a component. It contains different variants. Slider component - regular width When I try to make an instance of the component wider, it doesn’t behave as expected: Scaled slider component But if I detach the component the scaling works? Detached component - scaled What makes it even more strange is that if I then make the detached instance into a component again it still behaves as expected? But then it is its own main component. Detached component made into a component gain and scaled What might I be missing here? Thanks
I am noticing in Figma UI3, that not only are my variables aren’t linking to elements, but they’re not updating whenever I make an update. Why is that? I’ve tried restarting my computer, etc., nothing happens.Is there a preference setting available that I can make to change this?
When applying mode-aware variables to layers having aspect ratio locking in place, when switching to a non-default variable mode, autolayout gets confused.Example file:
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.