Coder.com selfhosted docker behind reverse proxy

Hi, i use Bunkerweb as my reverse proxy but i cant seem to get Coder.com to work.
When i got to the internal ip + port, it works with a few healthcheck issues because im not going to it via the access url, i guess.
But, when i do go through the proxy/access url. i get an error Something went wrong. When i check the error, it says the following:
Error
User is not authenticated.

Error: User is not authenticated.
    at mr (https://<domain>/assets/index-C6kILmd-.js:514:7592)
    at Ule (https://<domain>/assets/index-C6kILmd-.js:514:10512)
    at um (https://<domain>/assets/index-C6kILmd-.js:25:48780)
    at Om (https://<domain>/assets/index-C6kILmd-.js:25:71670)
    at aL (https://<domain>/assets/index-C6kILmd-.js:25:82088)
    at DL (https:/<domain>/assets/index-C6kILmd-.js:25:118005)
    at IX (https://<domain>/assets/index-C6kILmd-.js:25:117043)
    at Qm (https://<domain>/assets/index-C6kILmd-.js:25:116873)
    at RL (https://<domain>/assets/index-C6kILmd-.js:25:113639)
    at KL (https://<domain>/assets/index-C6kILmd-.js:25:125669)

I havent logged in with a user, its a fresh install. How can i resolve this?
Was this page helpful?