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

Solved: endpoint not found; digital envelope routines::unsupported; Expected linebreaks to be 'LF' but found 'CRLF' #154

Open
edocecruos opened this issue Jan 22, 2023 · 0 comments

Comments

@edocecruos
Copy link

Hi there,

Connecting to localhost:5051 I just got {"status":"404","message":"endpoint not found"}

I used git bash on Windows to do the Manual Installation of sonos-web

I think I solved it by doing the following just before the npm start (I took inspiration from the Dockerfile)

mv .env.production .env
printf "\nREGION=EU\n" >> .env
printf "\nENHANCE_METADATA=true\n" >> .env

and now browsing to localhost:5050

Prior issues I had were
error:0308010C:digital envelope routines::unsupported
which I got around by running
export NODE_OPTIONS=--openssl-legacy-provider

and
error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
fixed by using --fix when building the client
npm run build --fix

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant