Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error during UI setup, digital envelope routines::unsupported #279

Open
dvjsharma opened this issue Oct 10, 2023 · 2 comments
Open

Error during UI setup, digital envelope routines::unsupported #279

dvjsharma opened this issue Oct 10, 2023 · 2 comments
Labels
bug Something isn't working

Comments

@dvjsharma
Copy link

dvjsharma commented Oct 10, 2023

Description

After cloning FOSSologyUI on Ubuntu 22.04.3 and running yarn install followed by yarn start, an error is thrown showing Error: error:0308010C:digital envelope routines::unsupported

The error screenshot is attached below

Screenshot from 2023-10-10 15-23-03

How to reproduce

Follow the Project Setup steps in https://github.com/fossology/FOSSologyUI#readme . On yarn start you will experience the error

Versions

  • Operating System : Ubuntu 22.04.3
  • Browser : Version 117.0.5938.149 (Official Build) (64-bit)
@dvjsharma dvjsharma added the bug Something isn't working label Oct 10, 2023
@hharshas
Copy link

I was also facing the same issue while installing. But when I changed the react start command from "start": "react-scripts start" to "start": "react-scripts --openssl-legacy-provider start", it started working for me.

@dvjsharma
Copy link
Author

dvjsharma commented Oct 18, 2023

error:0308010C:digital envelope routines::unsupported

Absolutely, I managed to resolve the issue using the same solution. However, for newcomers setting up the repository, this might not offer the smooth developer experience we aim for. I'm eager to take on this issue and enhance the documentation/script to provide a more seamless on-boarding process.

Expected Fix- Either specify a node version for the build or update the script to provide backward compatibility using openssl flag to resolve the issue.

@shaheemazmalmmd @GMishx please assign me this issue

@dvjsharma dvjsharma closed this as not planned Won't fix, can't repro, duplicate, stale Oct 18, 2023
@dvjsharma dvjsharma reopened this Oct 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants