david-loe

Results 30 comments of david-loe

Hi @tommoor, thanks for your fast response! There are no errors thrown, none on client side and none on server side (also LOG_LEVEL=debug did not reveal anything..) After successfuly logging...

![image](https://github.com/outline/outline/assets/56305409/78ffed46-899f-4eaa-9d4c-a3856ce7823e) This is how it looks on client side. I successfully logged in to MS, and than no redirect to outline happens.

I just realized that my filters were set to XHR only.. so here is the network history again with more response types ![image](https://github.com/outline/outline/assets/56305409/b19d15d9-1a83-4b68-90fc-5425d2bca64e) And here the logs: ![image](https://github.com/outline/outline/assets/56305409/42e130ed-dc0c-4814-94c6-e6d323ac8372) I didn't...

Login with guest account still not working

Fixed by adding `AZURE_TENANT_ID` #7028

Would like to see this also in OSS Version 🙃

Issue is the `?` in Line 61: ``` - NEXT_PRIVATE_SIGNING_LOCAL_FILE_PATH=${NEXT_PRIVATE_SIGNING_LOCAL_FILE_PATH?:-/opt/documenso/cert.p12} ``` after removing it works

Reason is a bug in getting the `APP_VERSION` in the github workflow: https://github.com/documenso/documenso/blob/c82388c40a260ea3ca3fa4a8136800135b8928e5/.github/workflows/publish.yml#L40 this leads to `APP_VERSION` being undefined ![Image](https://github.com/user-attachments/assets/809ce99b-5a0f-421c-9115-8640c6c2bb54) and because only valid semvers are released as `latest`, also...

Looks like tagging is working again: https://hub.docker.com/r/documenso/documenso/tags