Sem Keijsper
Sem Keijsper
+1 for button and include subtitle support for chromecast
As soon as I add a `reviewers` or `assignees` field in my config, my pipeline throws: "##[error]Cannot read properties of undefined (reading 'length')". this is my pipeline: ```yml trigger: none...
@ahmed-ben10 Thanks for your reply. How did you discover/find who your build service user is? And in what menu was that screenshot taken, Project settings, Organization settings, and which submenu?...
@sambouchard-newforma Unfortunately none of the users listed in the Pipeline dropdown can be found in the Permissions > Users tab... thanks for the reply though :)
I got it to work using the following `tsconfig.json`: ```json { "extends": "../.nuxt/tsconfig.server.json", "include": [ "../.nuxt/types/nitro.d.ts", "../.nuxt/types/auth.d.ts", "../server/**/*" ] } ```