I have a Server side Javascript library, that is nearly 128KBs of size.
When I create a new function in it, and try to open the Xpages from browser, it will say, that the .nsf doesn’t exists, however the db can be opened from client.
(With the new function, the scriptlibrary exceeds 128KB)
When I delete any function from the library (lowering the size to under 128KB), it will work again.
Does anyone know more about this?
Thanks