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 was testing your module for my project on Linux with Node.js v8.13.
The concatenated path string for path.resolve functionality in "fetchCachedCertificate" function in file authentication/util/Cache.js does not work on Linux as the filepath is created with "\", which is supported on Windows only.
On Linux, "/" is supported by path.
The text was updated successfully, but these errors were encountered:
Hi,
I was testing your module for my project on Linux with Node.js v8.13.
The concatenated path string for path.resolve functionality in "fetchCachedCertificate" function in file authentication/util/Cache.js does not work on Linux as the filepath is created with "\", which is supported on Windows only.
On Linux, "/" is supported by path.
The text was updated successfully, but these errors were encountered: