diff --git a/docs.json b/docs.json index 58e43c77..0ffc748f 100644 --- a/docs.json +++ b/docs.json @@ -200,6 +200,7 @@ { "group": "Troubleshooting", "pages": [ + "references/troubleshooting/jupyter-labs-not-starting", "references/troubleshooting/jupyterlab-checkpoints-folder", "references/troubleshooting/leaked-api-keys", "references/troubleshooting/storage-full", diff --git a/images/official-runpod-pytorch.png b/images/official-runpod-pytorch.png new file mode 100644 index 00000000..4b88fa6a Binary files /dev/null and b/images/official-runpod-pytorch.png differ diff --git a/references/troubleshooting/jupyter-labs-not-starting.mdx b/references/troubleshooting/jupyter-labs-not-starting.mdx new file mode 100644 index 00000000..4ff5e5e5 --- /dev/null +++ b/references/troubleshooting/jupyter-labs-not-starting.mdx @@ -0,0 +1,20 @@ +--- +title: "Port apps not starting" +sidebarTitle: "Port apps not starting" +--- + +You might encounter an issue where you're unable to launch JupyterLab on a port or see a bad gateway connection for an application on one of your ports in your template. To troubleshoot this issue, you'll need to determine whether it's a Runpod issue or a template issue. + +## Test with an official Runpod PyTorch template + +Using an official Runpod PyTorch template helps establish a baseline for expected behavior. Custom templates may have configuration issues that prevent JupyterLab from starting properly. By testing with the official Runpod template, you can determine whether the issue is with Runpod itself or with your custom template configuration. + +![Official Runpod PyTorch template](/images/official-runpod-pytorch.png) + +## Check the Pod logs + +The Pod logs typically show errors when a service fails to start or confirm when services have started successfully. Review the logs carefully for any error messages or warnings that might indicate why JupyterLab isn't starting. The image depending how big it is just might be downloading too. + +## Allow time for startup + +Some templates require significant startup time, especially popular templates like ComfyUI that have heavy dependencies. Depending on how the applications are configured to start, initialization can take a long time. Be patient and monitor the logs to ensure the startup process is progressing. \ No newline at end of file