Cannot read properties of null (reading 'transport')

I am running my sveltekit project on CF workers (not pages since pages does not support some bindings I need) and I am getting an error Cannot read properties of null (reading 'transport') when trying to visit the url. I checked my entire application and there is no property
transport
so I assume it is a workers internal variable. Is there any way to debug this further and find the cause?
Was this page helpful?