Document-Management-System icon indicating copy to clipboard operation
Document-Management-System copied to clipboard

Cannot make this work

Open Scaum opened this issue 5 years ago • 5 comments

Hi,

So I've cloned this repo and followed the installation instructions.

When starting the server with gulp, then navigating to localhost:5555, the application isn't working properly. Angular variables are not parsed (eg: {{ loggedInUser.docCount || 0 }} ) and nothing is working.

I realised I had an error in the console: angular.lowercase is no longer defined in the latest angularJS version.

After fixing this, I now have a blank page with this error in console: TypeError: Cannot convert string to ByteString because the character at index 512 has value 8230 which is greater than 255.

This seems like a very interesting project I would like to take a look at and build upon, is there a currently working version somewhere ?

Scaum avatar Dec 16 '18 16:12 Scaum