Stuart Heap
Stuart Heap
@pinpox sorry for the delay in getting back to you - I was busy last week, then had a long weekend :relaxed: Regarding .env file, I just copied the template....
It's not an error I've seen. Removing the panics in favour of graceful errors is one of the things I'm looking into at the moment.
Okay, big changes :sleepy:. I think I've addressed all of the above points now. Hopefully we're close, I'm going to have some other commitments taking up most of my time...
It looks like I'll be freed up soon to try finishing this off :partying_face: @BlackDex can you please let me know how the patches should be defined to better sync...
Progress! I've updated the webvault patch for the new version, and while I was there, I found the issues with the files failing to patch for you @pinpox.
realized I merged my the wrong remote to update the main repo - resolving now
Properly updated now :partying_face: @BlackDex should I just create it as a separate MR? The changes should be merged simultaneously, as they are interdependent. Which is why I didn't do...
Odd, when I save OIDC configuration, it's sending a `PUT`, with the following body: ``` { "authority": "***", "callbackPath": "http://localhost/#/sso/", "clientId": "***", "clientSecret": "***", "signedOutCallbackPath": "http://localhost/#/sso/", "useSso": true } ```...
There were some issues with my set up too. There's a lot I'd forgotten between when I was last working on it and coming back. I'm resolving it now, but...