Hello!
I have tried more and more to add js files, but no use. Yes, you are right and js file is in connected in source code, but it is not included. I created service with js file on the 4-th screen and exception occurs on the 1-st screen. Therefore first screen fails with error "undefined" for js file, which I created, but it is not included.
What did I try before start application:
- clear caches (few times);
- save (few times);
Perhaps, there are some limitations (like I cann't make backups - only owner can. I am added to the team of the project.) ?
Also I have found another strange behaviour of the Appery. I created new local storage variable named "var1". Then, if I delete it and create new variable with the same name there will be ERROR that such variable is already created. I tried clearing caches, but no use. What did help - I deleted generic service, where I use this variable and local storage variable, cleared caches. After that I implemented new generic service with the same code and created new "var1" again.
The same problem occurs if I create generic service and response is mapped to js file. It seems, that Appery saves filed, but is not deleting like I am. Can you tell me the reason of such behaviour and possible ways to resolve those issues. Please, ask me if you have questions or specification. The screenshots above are actual and show my process. Thanks!