In my pwa, I've create a filed for storing font files:
content: blob().notNull()
content: blob().notNull()
but when retrieving the font file I'm getting this error:
chunk-QS3OFZ4I.js?v=369992d7:279 Uncaught (in promise) ReferenceError: Buffer is not defined at async getLocalFont (fonts.ts:23:17) at async processFont (fonts.ts:28:20)
chunk-QS3OFZ4I.js?v=369992d7:279 Uncaught (in promise) ReferenceError: Buffer is not defined at async getLocalFont (fonts.ts:23:17) at async processFont (fonts.ts:28:20)