You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Buffer is used in useAppFileHandling.ts for basic auth. It throws error "Buffer is not defined" and causes auth to fail. Because of this, external apps are not working in password protected public links
Steps to reproduce
Create public link with password for a document that opens with an external app
Open public link
Open the document: error by external app
The text was updated successfully, but these errors were encountered:
We have internally a fix for that
which uses the "buffer" library. I found that it's also possible to polyfill buffer. Which would be the better solution?
Buffer is used in useAppFileHandling.ts for basic auth. It throws error "Buffer is not defined" and causes auth to fail. Because of this, external apps are not working in password protected public links
Steps to reproduce
The text was updated successfully, but these errors were encountered: