karutaproject / karuta-frontend

End user interface for Karuta
Other
11 stars 16 forks source link

Login page is not loaded properly because some js scripts are not found (404 error) #77

Closed darolmar closed 6 years ago

darolmar commented 7 years ago

karuta-frontend.txt When loading frontend login page with this code: imagen I'm always getting the same results: imagen This is due the lack of availability of some js files when login.js is loaded. To fix this, theses files should be loaded before login.js so that when displayKarutaLogin() is invoked they have been already loaded: imagen If we do like this, we'll get the login page rendered: imagen

I'm attaching a patch to fix this.

olivier-gerbe commented 7 years ago

Very strange because this was working on different servers and different browsers for two or three months.

darolmar commented 7 years ago

I would suggest to try to reproduce from a fresh installation. I have the same problem each time I reset to the main brach.