Spencer Adolph
Spencer Adolph
I believe I ran into the same issue, downgrading to next 12.2.2 appears to have fixed my problem. When accessing the token in middleware.ts, the token was always null, even...
Just to comment, I think I was running into errors related to https://github.com/trpc/trpc/issues/596#issuecomment-980638289 (and maybe https://github.com/trpc/trpc/issues/2140) and solved by turning SSR off. Only to say if there are improvements to...
I currently have a use-case for this. Want to experiment with using pomerium as an identity aware network access tool. User would hit pomerium at the front, authenticate / authorize,...
I've been building a typescript library to perform most of these calls. https://github.com/spenceradolph/guacamole-api I've been referencing these docs as a partial guide (as well as this python library https://gitlab.com/gacybercenter/open/guacamole-api-wrapper) but...
I just troubleshooted this issue, and for me it was probably networking. I initially thought I could run the script from my windows desktop and target the proxmox server I...
Just to update this, still running into this issue. I'm trying to run this within a container so that I can quickly replicate a working environment elsewhere and finely control...
I also attempted a typescript api wrapper, but would prefer if there were updated docs / something else to use. src: https://github.com/spenceradolph/guacamole-api npm: https://www.npmjs.com/package/guacamole-api