clcert / psifos-frontend

Frontend (ReactJS) of project Psifos Voting
0 stars 0 forks source link

FIX No se puede votar desde preview de preguntas #133

Closed fermacias closed 1 year ago

fermacias commented 1 year ago

Repro

Crear una elección Crear una o más preguntas Ir a la previsualización de las preguntas Llegar a la última pregunta y seleccionar el botón de finalizar

Esperado

El botón está deshabilitado

Bug

Aparece el siguiente error

ERROR
Cannot set properties of undefined (setting 'answers')
TypeError: Cannot set properties of undefined (setting 'answers')
    at BoothPsifos.sendEncryp (http://localhost:3000/static/js/bundle.js:23840:78)
    at Object.encrypQuestions (http://localhost:3000/static/js/bundle.js:24953:32)
    at Object.finishButtonHandler [as action] (http://localhost:3000/static/js/bundle.js:26160:19)
    at onClick (http://localhost:3000/static/js/bundle.js:30287:13)
    at HTMLUnknownElement.callCallback (http://localhost:3000/static/js/bundle.js:110679:18)
    at Object.invokeGuardedCallbackDev (http://localhost:3000/static/js/bundle.js:110723:20)
    at invokeGuardedCallback (http://localhost:3000/static/js/bundle.js:110778:35)
    at invokeGuardedCallbackAndCatchFirstError (http://localhost:3000/static/js/bundle.js:110792:29)
    at executeDispatch (http://localhost:3000/static/js/bundle.js:114414:7)
    at processDispatchQueueItemsInOrder (http://localhost:3000/static/js/bundle.js:114440:11)

Esto se produce porque el proceso de preview no cuenta con la llave pública para encriptar.