Find solutions to your problems and answers to your questions.
Recently active
Dear Figma Support Team,I need”All of your active sessions are listed below.“I left my previous company about a month ago. Recently, I suddenly realized that I'm unsure whether my Figma account was logged out on the company's computer. So, I checked the "signed - in devices" section. Without careful review, I deleted all the device information.Now, I'm worried that if my Figma account was not logged out on the computer at my former company, new colleagues might have logged in. Could you please send me the login information of my Figma account? Specifically, I need details such as the logged - in devices, creation time of the login session, and the time of the most recent access.Your assistance in this matter would be greatly appreciated.Thank you very much.Best regards,funfun
I would to use Figma Slots on my Figma account but it doesn’t appear.Can I request have this feature on my user?
Hey guys!I was ready to publish a library when I saw a bunch of “removed” components on the list. There’s no Main Component for any of them anymore (that’s why I think they call them “removed”). I’d like to get rid of them all, how can I do that? I did not find any deletion option.Thank you.
I have a full seat with AI and Make access. I can use Figma Make and AI in Figma designer, but once I try to use AI to generate a template in FigJam, it always tells me “Looks like you’re offline - to use FigJam AI, you’ll need to reconnect.”This isn’t a connection issue. I’m online, and it works everywhere else but FigJam. Only in FigJam do I get an error saying I’m offline and can’t use the AI. FigJam AI offline error when attempting to use AI Has anyone else run into this or have a solution? AI basically feels busted in only FigJam.
Hello,My project was made under Mockplus, and i need to switch to figma. Is there is an easy way to convert files ?Regards
The screenshot says it all, but here is an exact problem statement in text:If I create a slot, then within that slot select an image or anything, press Command G to make it a group. I cannot change the group into a frame on the top right. If I do this outside of a slot, I have no problem changing the group into a frame (2nd screenshot shows the regular behavior) Workaround is to Frame selection directly via right click on the layer name
Dear Figma Support Team,I hope you are doing well.I am writing to request a temporary adjustment to our current premium subscription. For the month of March 2026, we would like to downgrade our plan from two seats to one seat.This change is intended to be temporary, and we plan to upgrade the account back to two seats at a later date when the additional seat is required again.Kindly let us know if any additional steps are required from our end to process this change. We would appreciate your assistance in confirming once the downgrade has been applied to our account.Thank you for your continued support.Best regards,Abari AbayomiProduct Designer Shanks Media and Software Company LtdAccount Email Associated with the Subscription: [redacted]
The heart and +1 default stamps are showing up in the stamp wheel but do not appear when i click to stamp them, additionally previous hearts and +1 stamps left in my figjam file have disappeared
How can i get Dev Mode statuses eg Dev ready via REST API?
When I try to edit a comment on Community, I just get a blank box back. Trying to edit my own commment on https://www.figma.com/community/file/1514746685758799870 Video in attachment.
Figma MCP Server currently only binds to 127.0.0.1 which makes it unable to listen on any other interface. WSL creates a virtual interface, to which the MCP Server must be able to listen, or Claude Code cannot connect to the MCP Server. Long story short, you need to make the MCP Server configurable. As it is now, it’s useless for Claude Code users on Windows.
I logged into figma today with both of my emails (just incase i was on the wrong one) and both are FREE accounts and have none of my previous files in them (including in trash). PLEASE HELP!! I am still getting charged for PRO and I have none of my previous work.
I am unable to connect my Figma Make file to GitHub. I have been trying ways and different approaches to push my changes to GitHub and nothing has worked so far. Even when I try to download the entire file base, it gives me this “Failed to download code files. Check errors and try again”. I have 708 versions on my file so I think that is one of the issues? I’m not really sure either.Even when the GitHub was still connected I couldn’t push any changes to GitHub so I decided to disconnect and it would say “Unable to push changes to (repository)”. I have tried uninstalling Figma connection from github as well and try to re-connect it again to the Figma Make file but nothing works, it still says “Could not create repository.” Please help
Is there a way to contact Figma directly for support?They don't answer my email, I tried several times..
Hi, recently I encountered very weird glitch while prototyping in Figma. I did simple drop down menu animation but for some reason it looks glitchy (pls see video). You can clearly see the drop down menu section itself all move by one pixel or something when clicked. And the bigger problem is the price slider also move! The slider has no animation at all, and it’s not connected to the drop down menu at all!Anyone know what might be the problem here? I tried to clear figma cache but it didn’t help.Thank you very much.
The Figma menu items “Simplify vector” and “Offset vector” appear to be orphaned at the end of the menu, especially when a “Vector” node exists, which is where they should logically belong.It doesn’t affect functionality, but it clearly looks like a bug.
I’ve encountered an issue that makes components harder to implement while using slots.Figma MCP doesn’t return any values for the flex properties, which makes no sense, because you need to manually specify what is already there and is available for other layers and adds more friction to the workflow itself. The annotation property exposing doesn’t work as well for some reason, so the only solution is to describe it using plain text.Can i get a confirmation that this is an intended logic or bug that will be addressed? Attaching example of output for slots, along with annotation that has exposed properties below:export default function TestSlotComp({ className, prop1stSlot2 = null, prop2ndSlot = null }: TestSlotCompProps) { return ( <div className={className || ""} data-name="test-slot-comp" data-node-id="2989:4635"> <div className="content-stretch flex flex-col gap-[var(--spacing\/0,0px)] items-start min-w-[1440px] p-[var(--spacing\/0,0px)] relative w-[1440px]" data-na
Hello, the work I was working on suddenly disappeared yesterday. I wasn't on the move, and I looked at the project and the trash can, but it's not in thereI also left a 1:1 inquiry (#1788905) because it's an important work piece and needs to be restored as soon as possible. When will it be processed? Has anyone experienced the same problem as me?[Screenshot redacted by forum admin/moderator to remove PII]
This is my first time using figma make, so when I wasn’t seeing the prototype in the right canvas I just thought that it would reveal the prototype after we finished it. But after spending the whole evening prompting the specifics for my task flow the prototype is nowhere to be found. I included a screenshot if that helps.
Hi,I’m hitting 429 rate limits when calling the Figma REST API (Images endpoint, Tier 1) in a way that doesn’t match the documented behavior for my plan and seat. My setupPlan: Professional (Pro) Seat: Full (editor on the files I’m calling the API for) Use case: Plugin that exports frame images via GET /v1/images/:file_key (Tier 1) for UX audits What I’m seeingResponse: 429 Too Many RequestsHeaders:X-Figma-Plan-Tier: proX-Figma-Rate-Limit-Type: lowRetry-After: 396749 (~4.5 days) According to your rate limits documentation, X-Figma-Rate-Limit-Type: low is for Viewer/Collab seats (e.g. Tier 1 “up to 6/month”), while Full/Dev should get high (e.g. 15/min on Pro). So with a Pro Full seat I would expect high and per-minute limits, not low and a multi-day Retry-After. What I’ve already checkedThe files I’m requesting are in my own Pro team/workspace where I have full editing access.I’ve seen the same pattern reported by others, e.g. in this forum thread. What I’m askingWhy does the API retu
I have been having this issue since 2 months ago. Everytime I attempt to open Figma Mobile App and sign up/log in…..it redirects me to this pop up saying “Update or Switch Browsers….Figma requires Chrome 99+, Firefox 101+, etc”. I have been doing these WITH NO avails:Re-Installing Figma Clearing Figma & Chrome cache Installing newest vers of Firefox & Microsoft Edge for the sake of merely logging in Logging out from Figma Desktop app etc etcBtw, my device specification as for now:Samsung - OS Android 16 Chrome 145
TLDR: I’m experiencing an obvious bug in Figma Sites related to lightboxed marquee elements, related to the directional movement of the marquee (left or right).One of the pages on the website I’m building in Figma Sites is comprised of four rows of marquees. Every other row is moving in the opposite direction -- first and third are moving left, second and fourth right. Each individual element of the marquee is a clickable lightbox. This was all functioning perfectly for a few hours, but now, all of a sudden, the second and fourth rows (right moving marquees) are not clickable/the lightbox function is not working. I cleared my cache, reloaded the page, etc to no effect. In desperation I changed the direction of the marquee to the left, and suddenly the lightbox interaction for each individual image became functional again. This is clearly a bug! This site is supposed to go live in the next few days and I’m losing my mind over here. Can anyone address this issue?
Many government portals require users to verify identity numbers or check eligibility for public services. For example, many people search for things like BISP 8171 CNIC eligibility check or 8171 web portal verification but often struggle to understand the interface.Designing these portals with a simple UI and clear instructions can help users complete verification steps easily.What UX strategies do you usually follow when designing portals used by non-technical users?
Missing Publish as Template optionI tried to follow this article (https://help.figma.com/hc/en-us/articles/34716344138519-Create-and-update-a-template-in-Figma-Make), but I can’t see the “Publish as template” option. I’m the owner and an editor of this file. Anyone knows what’s going on?
피그마 메이크를 통해 개인 포트폴리오 블로그를 작업했습니다.블로그 형식이라 게시물 데이터가 필수적으로 있어야 합니다만,어제 오류 수정 요청을 한번 눌렀다가 모든 게시물 데이터가 사라졌습니다.지금 구직중이라 무조건 복구해야 합니다.이게 복구가 안되면 저는 다시 오랜 시간에 걸쳐 구직 준비를 해야 합니다.이런 문제가 발생하지 않도록 해주십시오.
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.