Andrew Barickman
Posts: 0
Joined: Sat Oct 19, 2013 1:46 am

App fails on my IBM Domino server

Hello,

I have an app that runs perfectly on the appery server. When I export it as "Other Platform" and put it on my IBM Domino server it does not run properly. I have attached the failure that occurs when I load a page from another page. The source page is a list view and is storing a unid locally and then making a REST call on the second page to pull data. I realize that you cannot troubleshoot the Domino specific part but does the URL syntax of calling a js file like that make sense? I cannot determine where that URL is being generated from. If you can shed some light on what its doing I might be able to modify it so that it will work properly on my server.

Any help greatly appreciated. Image

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

App fails on my IBM Domino server

Check if you can load that URL directly in the browser.

Andrew Barickman
Posts: 0
Joined: Sat Oct 19, 2013 1:46 am

App fails on my IBM Domino server

That URL does not work

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

App fails on my IBM Domino server

And if you remove everything after the ? mark?

Andrew Barickman
Posts: 0
Joined: Sat Oct 19, 2013 1:46 am

App fails on my IBM Domino server

It displays the js file as expected. I believe it is the syntax the Domino server requires. For instance this format is not allowed "url?=123" but this is "url?open&=123". Can you tell me where this URL is being generated and I can try to fix the URL formation there?

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

App fails on my IBM Domino server

The URL is being generated on the server. You could make the changes in the exported source files.

Andrew Barickman
Posts: 0
Joined: Sat Oct 19, 2013 1:46 am

App fails on my IBM Domino server

Any idea where in the source files? I did a search through the files and do not find a URL being generated to that file.

Andrew Barickman
Posts: 0
Joined: Sat Oct 19, 2013 1:46 am

App fails on my IBM Domino server

I figured out where the URL is being generated from and fixed the problem by adding "?open" to the name of the js file in the script tag. See the image

Image

Return to “Issues”