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
Diagnosis: The build failure is due to an error related to unsupported digital envelope routines that occurred during the build script execution.
Solution: This error is likely caused by an incompatibility issue with the Node.js version being used. To resolve it, you should try downgrading the Node.js version to a more stable and compatible version. In this case, try downgrading Node.js from version 18.20.3 to a more widely supported LTS version like 14.x or 16.x.
After making this change, trigger a new build to verify if the issue has been resolved.
The text was updated successfully, but these errors were encountered:
Diagnosis: The build failure is due to an error related to unsupported digital envelope routines that occurred during the build script execution.
Solution: This error is likely caused by an incompatibility issue with the Node.js version being used. To resolve it, you should try downgrading the Node.js version to a more stable and compatible version. In this case, try downgrading Node.js from version 18.20.3 to a more widely supported LTS version like 14.x or 16.x.
After making this change, trigger a new build to verify if the issue has been resolved.
The text was updated successfully, but these errors were encountered: