I compared vnc.log and output.log when Desktop App started with OOD 2.0.32 and when Desktop App didn’t start with OOD 3.0. But, it seems that there is no difference between the two except that it is interrupted in OOD 3.0.
Were the compute nodes also upgraded to Rocky 8 or was it just the webnode?
Could you supply the node_uri and rnod_uri from the ood_portal.yml as well? And lastly, could you open this in Chrome, open a new tab with the developer tools open and see if there are errors in the console and also check the response of the request (which will be under the Network tab in the dev tools).
Were the compute nodes also upgraded to Rocky 8 or was it just the webnode?
I am using the Singularity container and its OS is Rocky 8.7. Also, the host running the Singularity container has the same OS.
Could you supply the node_uri and rnod_uri from the ood_portal.yml as well?
node_uri: '/node'
rnode_uri: '/rnode'
And lastly, could you open this in Chrome, open a new tab with the developer tools open and see if there are errors in the console and also check the response of the request (which will be under the Network tab in the dev tools).