Issue Initialising OpenComposer #15
Replies: 6 comments 16 replies
-
|
Thank you for your interest! A very simple solution is to add the Open Composer URL to your manifest.yml. If you want to find a fundamental solution, you need to find out whether the problem is caused by Open Composer itself or by the reverse proxy. If you experience the same problem with the code above, the reverse proxy is likely the cause. Best regards, |
Beta Was this translation helpful? Give feedback.
-
|
Thanks for your quick response! I tried adding: like you suggested, it goes to the initialise page as normal at https but after clicking "Initialize App" I get the 404 again at I also tried the test app, but it doesn't show up in my list of apps even under the Sandbox section. Cheers |
Beta Was this translation helpful? Give feedback.
-
Seems like you just need to use https. Looks like you're trying to access on port 443, so I'm not sure why you're trying to access it over plain http. This is the scheme you're using to access apache with, not the PUN or apps that the PUN starts. Seems like you've turned |
Beta Was this translation helpful? Give feedback.
-
|
I agree I need to use https, but the "Initialize App" button is defaulting to http for some reason. In Also, why do I need to initialise this app and not the other interactive apps that I have set up, e.g. Jupyter and RStudio? Is it because it's a Passenger app? We run OOD as a container that gets restarted roughly once a week for updates. Does this mean that users will have to initialise Open Composer at least once a week? |
Beta Was this translation helpful? Give feedback.
-
|
Hmmmmm... there is something off here. But it's not due to any OpenComposer issue (hence my getting involved). It does appear to be some issue with Open OnDemand. It's likely something simple that we're just missing. How are you accessing this link? Is it though
No, it's this file that you're trying to 'initialize'. Our RPM packages do this for us, so you don't have to. That's for a system app - for a dev application, it's in another location but even so, only needs created & modified once. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
-
Hi, thank you for creating OpenComposer I really like the interface!
I have been testing it on our OOD cluster and have a problem with the initialisation process.
When clicking on the OpenComposer app for the first time I get:
then when I click "Initialize App" I get a 404:
Now if I replace "http" with "https" OpenComposer initialises and it works fine. I'm wondering if it is my reverse proxy settings in OOD that is causing the issue. Have you seen this before? Do you have any clues what is going wrong?
Thanks,
James
Beta Was this translation helpful? Give feedback.
All reactions