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
I have recently migrated my ec2 instance from ami1 to ami2. Post upgrade the qr code (which is usually a byte array) is not getting generated.
Also during upgrade i was getting error like :
{
"stack": "Error: /opt/boson/userTravellerProfile/node_modules/phantomjs-prebuilt/lib/phantom/bin/phantomjs: error while loading shared libraries: libfontconfig.so.1: cannot open shared object file: No such file or directory\n\n
at ChildProcess.<anonymous> (/opt/boson/userTravellerProfile/node_modules/html-pdf/lib/pdf.js:121:17)\n
at emitTwo (events.js:126:13)\n at ChildProcess.emit (events.js:214:7)\n
at Process.ChildProcess._handle.onexit (internal/child_process.js:198:12)",
"message": "/opt/boson/userTravellerProfile/node_modules/phantomjs-prebuilt/lib/phantom/bin/phantomjs: error while loading shared libraries: libfontconfig.so.1: cannot open shared object file: No such file or directory\n"
}
So i installed fontconfig : sudo yum install -y fontconfig
The text was updated successfully, but these errors were encountered:
I have recently migrated my ec2 instance from ami1 to ami2. Post upgrade the qr code (which is usually a byte array) is not getting generated.
Also during upgrade i was getting error like :
So i installed fontconfig : sudo yum install -y fontconfig
The text was updated successfully, but these errors were encountered: