# Websocket http error 403

**URL:** https://discourse.jupyter.org/t/websocket-http-error-403/21141
**Category:** Zero to JupyterHub on Kubernetes
**Created:** [August 29, 2023, 11:14am UTC](https://discourse.jupyter.org/t/websocket-http-error-403/21141 "2023-08-29T11:14:07Z")
**Posts on this page:** 1
**Showing post:** 9

<div class="post-metadata">

### Author: ![pgossafcbg](https://avatars.discourse-cdn.com/v4/letter/p/a5b964/32.png) [@pgossafcbg](https://discourse.jupyter.org/u/pgossafcbg)
#### Post date: [September 19, 2023, 8:23am UTC](https://discourse.jupyter.org/t/websocket-http-error-403/21141/9 "2023-09-19T08:23:33Z")

</div>

Hi,  
Sorry for the delay I was in holyday.  
I just tried to pass the environment variable but it did not fix the issue.

I tried to pass it using:

```auto
c.KubeSpawner.environment = {
    'JUPYTERHUB_SINGLEUSER_EXTENSION': '0'
}

```

```auto
c.Spawner.environment = {
    'JUPYTERHUB_SINGLEUSER_EXTENSION': '0'
}

```

(With quote and without)

And directly throught the charts with the extraEnv variable:

```auto
extraEnv: 
    JUPYTERHUB_SINGLEUSER_EXTENSION: '0'

```

I might have missed the right way to pass it to the application.

---

_[View the full topic](https://discourse.jupyter.org/t/websocket-http-error-403/21141)._
