-
-
Notifications
You must be signed in to change notification settings - Fork 138
Uncaught (in promise) ReferenceError: Buffer is not defined #326
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
hi @Jellebecir I think the reason might be this line of code: return Buffer.from(binString, 'binary').toString('base64') I'll have a look :S |
@Jellebecir this is fixed in #327 |
Awesome, thanks! |
It is released, @Jellebecir please let us know if this fixes it. |
Just checked it and it works again. Cheers everyone! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Two weeks ago I was able to export my design tokens via URL but when I tried exporting them again today I got an error that Buffer is not defined.
These are my export settings.

The error occurs when I click the 'save & export' button in the form. If I click the button a second time I get
Uncaught SyntaxError: "[object Object]" is not valid JSON
The issue seems to be on this line ->
design-tokens/src/ui/modules/gitlabRepository.ts
Line 24 in 5aea3d9
I've also tried to export a different file but I get the same error.
The text was updated successfully, but these errors were encountered: