Vladislav

Results 18 comments of Vladislav

And another idea. I don't think that storing client id and secret in client part is good - maybe it should be in server, and it send technical info to...

@shizzgar Are you sure that your config files: authorized_identities in server and oidc_config.json in client are configured as I wrote? I checked by example in another instance, and all is...

This problem is not limited to docker-compose. Same on self-hosted

@superalex I don't use docker or docker-compose. Installed as a "classical" web app with default settings. The error occurs during completely different actions, such as user login, page creation or...

@superalex I'm using archlinux AUR package, v2.1.1 https://aur.archlinux.org/packages/penpot

After some time I managed to fix the problem. The solution was to use proxy_set_header Host $host; instead of proxy_set_header Host $http_host; in nginx. It would be great to add...

@vt-alt Да, про нее. Если взять архив из релиза, то из него невозможно скомпилировать библиотеку, в отличие от клонирования репозитория.

Same error but in another scenario: when oidc provider is not available, synapse can't start. Why access to oidc provider is hard dependency in synapse? Maybe possible to add some...