eu-digital-green-certificates / dgca-issuance-web

Repository for the dgca issuance web app.
Apache License 2.0
107 stars 135 forks source link

Proxy error #129

Open luigiroggia opened 2 years ago

luigiroggia commented 2 years ago

Guys, this I s what I'm getting:

**Compiled successfully!

You can now view dgca-issuance-web in the browser.

Local: http://localhost:3000 On Your Network: http://192.168.1.12:3000

Note that the development build is not optimized. To create a production build, use npm run build.

Proxy error: Could not proxy request /dgca-businessrule-service/valuesets from localhost:3000 to http://127.0.0.1:8080. See https://nodejs.org/api/errors.html#errors_common_system_errors for more information (ECONNREFUSED).**

I tried and tried again and the error cannot be solved. I mean, changing proxy to localhost:3000 still brings to an eternally waiting page.... I guess there's other issues in the code

dranduil commented 2 years ago

try with this version https://github.com/eu-digital-green-certificates/dgca-issuance-web/releases/tag/1.1.1

lordspammy commented 2 years ago

You must change port in package.json from 8080 to 3000 and restart tra server

AlDiAlisel commented 2 years ago

Schermata del 2021-10-31 22-07-35

Hi, I have just run this version but when i try to click the next button the system return the error over, if i cancel the pattern in json schema and click the button the system return me error 431

b1tsh4rk commented 2 years ago

Ciao a tutti, dopo 72h full-immersion ho compilato tutto con diverse versioni (1.0.10 la migliore) "nodejs" "npm" ecc ho eseguito il docker ho creato l'anteprima del QR ....... incrocio le dita ..... apro Verifica C19 = MURO (la firma digitale non è valida) . avranno già revocato la chiave privata , inoltre gli ID sono processati tutti come DE "tedeschi" ... spero che la mia testimonianza sia utile a molti

lordspammy commented 2 years ago

Revocare la chiave privata non vuol dire che hanno annullato tutti i gp generati con quella chiave? Inoltre ci potresti suggerire come e cosa hai fatto?

Il Dom 31 Ott 2021, 23:21 b1tsh4rk @.***> ha scritto:

Ciao a tutti, dopo 72h full-immersion ho compilato tutto con diverse versioni (1.0.10 la migliore) "nodejs" "npm" ecc ho eseguito il docker ho creato l'anteprima del QR ....... incrocio le dita ..... apro Verifica C19 = MURO (la firma digitale non è valida) . avranno già revocato la chiave privata , inoltre gli ID sono processati tutti come DE "tedeschi" ... spero che la mia testimonianza sia utile a molti

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/eu-digital-green-certificates/dgca-issuance-web/issues/129#issuecomment-955793684, or unsubscribe https://github.com/notifications/unsubscribe-auth/AWIU6WSGIYN2KS2SJ6E4YRDUJWXM7ANCNFSM5HCKL2NA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

lorenzovolponi87 commented 2 years ago

Ciao a tutti, dopo 72h full-immersion ho compilato tutto con diverse versioni (1.0.10 la migliore) "nodejs" "npm" ecc ho eseguito il docker ho creato l'anteprima del QR ....... incrocio le dita ..... apro Verifica C19 = MURO (la firma digitale non è valida) . avranno già revocato la chiave privata , inoltre gli ID sono processati tutti come DE "tedeschi" ... spero che la mia testimonianza sia utile a molti

Posso contattarti privatamente? ho problemi tra CORS e proxy che non sono riuscito a risolvere. grazie

nofearek9 commented 2 years ago

hi,any updates on this ,tryed today on kali linux ,same issue.

edit

i edited the Package.json and change line 61 with http://localhost:3000

run : yarn build ,yarn start now starts without error but get the never ending loading screen in the browser.