archraziel88
archraziel88
So fun fact one of my server was indeed arm and looks like working. I can't touch that instance cause is bound to work staff atm, but it seems it...
Sorry i know its been a while but there will be a couple of week before i can touch this. Its busy busy time at work 🥲
trying to upload 0.9-rc-019 that should address this issue on curl installing on first load
Could It be the instruction are old? Marius did that tutorial some versions ago. Many env changed Il take a look as soon as i have some more free time...
i tried rework the initial image, i'll build asap, 0.9-rc-020
I am more incline to believe i have messed up something in the image itself yes. Is It by any chance the arm version of the image?
Image is available for both architecture and tag, so :latest can be both, arm or amd, it download the one that can run on the host. :) `uname -i` should...
SO, i took some time to test your docker compose and actually there are some mistake > > ``` > services: > db: > image: postgres:16 > container_name: Snapp-DB >...
version 0.9-rc-20 should have fixed this problem, in any case i'm more than happy to reopen the issue and find a solution
[Looking at documentation](https://learn.microsoft.com/it-it/entra/identity-platform/v2-protocols-oidc) ``` json { "authorization_endpoint": "https://login.microsoftonline.com/{tenant}/oauth2/v2.0/authorize", "token_endpoint": "https://login.microsoftonline.com/{tenant}/oauth2/v2.0/token", "token_endpoint_auth_methods_supported": [ "client_secret_post", "private_key_jwt" ], "jwks_uri": "https://login.microsoftonline.com/{tenant}/discovery/v2.0/keys", "userinfo_endpoint": "https://graph.microsoft.com/oidc/userinfo", "subject_types_supported": [ "pairwise" ], ... } ``` you should be able...