QR Code is not getting displayed on VAM portal Issue When user views the appointment on the VAM portal, QR code is not getting displayed.Cause Observed following warning message in the node log *** WARNING *** Security restricted: gif is not an authorized file extension The reason being the system property named 'glide.attachment.extensions' => https://<INSTANCE_NAME>.service-now.com/sys_properties.do?sys_id=650b07dbc0a80006004f95f2c929335d has its value currently set to "doc,docx,xls,xlsx,pdf,jpeg,jpg,png,ico,txt,svg" and it is missing "gif" file extension.ResolutionAdd "gif" file extension to the system property 'glide.attachment.extensions'. ie. 1. Go to System property list and open the 'glide.attachment.extensions' record => https://<INSTANCE_NAME>.service-now.com/sys_properties.do?sys_id=650b07dbc0a80006004f95f2c929335d 2. Change its value to include "gif" file extension 3. Clear the system cache by performing cache.do