The code block on line 40 and 56 are triggered when DISABLE_SEC || ENABLE_SECURITY_AT && Date.parse(ENABLE_SECURITY_AT) > Date.now()turns false. This has no relation to the files being present or not, whereas the block logs out a message saying XXX does not exist
https://github.com/camicroscope/Caracal/blob/91fec6d581a2e54e85faeb053511c2df55b49053/handlers/authHandlers.js#L31-L61
The code block on line 40 and 56 are triggered when
DISABLE_SEC || ENABLE_SECURITY_AT && Date.parse(ENABLE_SECURITY_AT) > Date.now()
turns false. This has no relation to the files being present or not, whereas the block logs out a message sayingXXX does not exist