Import Figma tokens to Theme Designer error (extended licence) #4702
-
|
Hello. Having an issue with Theme Designer and an extented licence. I have an extended licence purchased today (april 04), still a 401 error "Access Denied" when submitting a "design-tokens.json" to the theme designer embeded into primevue.org ? Logged successfully on web based Theme Designer of primevue.org Generating actual themes as a ZIP files with TS|JS files do work fine with the Figma Plugin. But direct preview on your website using the JSON Tokens export do not. Response is {
"url": "....",
"statusCode": 401,
"statusMessage": "Access denied",
"message": "Access denied",
"stack": ""
}Similar issue, different setup #4489 Kind regards |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
|
If sign-in works but rest of the features do not, this usually happens when cookies are blocked in your environment. 4489 is different error, using basic license. The 401 status code means cookie is missing so api access is restricted. |
Beta Was this translation helpful? Give feedback.
-
|
I'm new to PrimeNG and trying to wrap my head around the Theme Designer and Figma connection. How am I exporting new or updated tokens from Figma to Theme Designer and then from Theme Designer how can my developer use that new information for an existing website that is using Angular? |
Beta Was this translation helpful? Give feedback.
If sign-in works but rest of the features do not, this usually happens when cookies are blocked in your environment.
4489 is different error, using basic license. The 401 status code means cookie is missing so api access is restricted.