Closed bsdz closed 4 years ago
Thank you for opening this issue and providing the information. Would you like to contribute the required changes for this? We hope to get a release out in the next couple of weeks, and it would be great if it includes this fix.
Description
When client requests missing kernel from enterprise gateway, the gateway raise a 404 error that relies on notebook error handling routine which uses jinja2 templates. However, jinja is not set up for enterprise gateway.
Steps to replicate
Used the following vscode launch.json config:
Go to runtime dir and remove any kernel/nbserver files.
Start Enterprise GW using launch config above.
Start Notebook using launch config above.
Create a new ipynb notebook in browser.
Stop Enterprise GW server.
In runtime dir, remove any kernel/nbserver files to simulate missing kernel.
Start Enterprise GW again.
The following exception occurs:
Environment
Happy to provide more information if needed.