Login does not work after updating to 2.4.3

5
The login screen is not showed. (The username and password fiels are not showed) It only states : This application requires JavaScript. If you have JavaScript enabled, please contact the administrator. In the deployment of teh model the following warning is given: "web\ui\js\login_i18n.js (Het systeem kan het opgegeven pad niet vinden)" Does somebody know a solution?
asked
1 answers
4

There must be something wrong with the deployment location of your.

  • First try to clear your cache and refresh the form.
  • If that doesn't work try to remove the file modelerversion.txt file, re-deploy the project, empty your cache, refresh and see if you can login now.
  • Do you use a theme?? Then the problem might be in the theme. Deploy the project without the theme once. If you can login without the them then you know where the problem is.

Now the solution if the theme is your problem. There have been some changes in the index.html files.
Compare the files index.html and index3.html from your theme with the files deployed by the modeler.

The index files deployed by the modeler contain some additional lines like this:

  <script type="text/javascript" src="ui/js/en.js"></script>
  <script type="text/javascript" src="ui/js/login.js"></script>

Copy all the missing lines from the deployed file to own index file from the theme and try if your startpage still looks the same and if you can login.

answered