jorani icon indicating copy to clipboard operation
jorani copied to clipboard

Login button not responding.

Open kvacha13 opened this issue 5 years ago • 7 comments

I have installed the Jorani v1.0.0 Stable locally on ubuntu 20 (php 7.4) according to the installation instruction https://jorani.org/how-to-install-jorani.html. Everything went ok. Checking the requirements reveals no problems (attaching) but on the login page, the login button is not responding.

requirements requirements2 Login

kvacha13 avatar Mar 11 '21 17:03 kvacha13

Do you know how to open the browser console (in developer tools)?

bbalet avatar Mar 11 '21 18:03 bbalet

yes, sure...here is the console message: console

kvacha13 avatar Mar 11 '21 19:03 kvacha13

Doesn't look like the v1.0.0 downloaded from release tab of github But rather a clone or a zip of the master branch. Do you know how to build the software from the sources by yourself? I mean, composer and npm stuffs?

bbalet avatar Mar 11 '21 19:03 bbalet

it was git cloned from https://github.com/bbalet/jorani.git and then issued: composer update. other steps from the instruction. Yes, I have some experience using composer and npm stuff. Just give me a hint of what to do...

kvacha13 avatar Mar 11 '21 19:03 kvacha13

I tried another way. I downloaded zip file.. unzipped it. but got the exact same result.

kvacha13 avatar Mar 11 '21 20:03 kvacha13

Please download the Zip file from this link: https://github.com/bbalet/jorani/releases/download/v1.0.0/jorani-1.0.0.zip The link from the project's homepage does exactly the same than a git clone

The master version won't work with Chrome if you run Jorani in an unsecure context (no SSL): See https://stackoverflow.com/questions/46468104/how-to-use-subtlecrypto-in-chrome-window-crypto-subtle-is-undefined

It's not really an issue, but I'll fix this in the next stable version.

bbalet avatar Mar 11 '21 20:03 bbalet

OK. It worked.. Thank you very much for the help. Issue closed.

kvacha13 avatar Mar 11 '21 20:03 kvacha13