Sender | Message | Time |
---|---|---|
6 Sep 2024 | ||
Hadrien Froger | Hi, the code is there: https://github.com/mautic/Community-Portal/blob/main/config/initializers/auth0.rb (with the install of omniauth_openid_connect) This code will add a way to add a OAuth2 custom connection to any OAuth2 compatible provider. Any services that provide a OAuth2 OpenId Connect will works with Decidim. Then it's up to the service if the configuration is easy/cheap. | 06:10:58 |
Hadrien Froger | * Hi, the code is there: https://github.com/mautic/Community-Portal/blob/main/config/initializers/auth0.rb This code will add a way to add a OAuth2 custom connection to any OAuth2 compatible provider in the /system admin interface. Any services that provide a OAuth2 OpenId Connect will works with Decidim. Then it's up to the service if the configuration is easy/cheap. | 06:11:20 |
Hadrien Froger | For some documentation to understand OAuth, ory.sh made a great work. Check it out here: https://www.ory.sh/docs/oauth2-oidc/overview/oidc-concepts it's a technical doc, though | 06:14:13 |
7 Sep 2024 | ||
Viktor Smári | I am following the Documentation and using ENV vars for the QUEUE_ADAPTER. In my .env file: IRB: {:custom_serializers=>[], irb(main):002:0> ENV['QUEUE_ADAPTER'] How can I confirm that the QUEUE_ADAPTER variable actually works? | 17:22:02 |
Viktor Smári | * I am following the Documentation and trying to use ENV vars for the QUEUE_ADAPTER. In my .env file: IRB: {:custom_serializers=>[], irb(main):002:0> ENV['QUEUE_ADAPTER'] How can I confirm that the QUEUE_ADAPTER variable actually works? | 17:22:41 |
Viktor Smári | * I am following the Documentation and trying to use ENV vars for the QUEUE_ADAPTER. In my .env file: IRB: {:custom_serializers=>[],
How can I confirm that the QUEUE_ADAPTER variable actually works? | 17:23:22 |
Viktor Smári | In the end I had to manually go into the config/environments/production.rb and change the queue_adapter manually there.Does the ENV var for QUEUE_ADAPTER not work? Is there something extra I need to do with the initializers/decidim.rb or something? | 17:25:29 |
8 Sep 2024 | ||
Viktor Smári | Download image.png | 13:38:19 |
Viktor Smári | Now suddenly getting this error on localhost when trying to sign up into a new Organization. Probably because a terms_of_service page is missing? I can't create it if I can't log in? | 13:39:40 |
Viktor Smári | * Now suddenly getting this error on localhost when trying to sign up into a new Organization. Probably because a terms_of_service page is missing? Maybe it should skip this query if the TOS page does not exist? Since it is optional to create it | 13:43:07 |
Andrés Pereira de Lucena | That's a bug for sure. Which steps have you done? I understand that's just: 1. Create a new organization 2. Go to the create your account page Right? | 14:22:31 |
Viktor Smári | Yes, then if another user tries to create a new account (before step 2) - before the TOS has been accepted. | 14:44:07 |
Viktor Smári | So it is an edge case, but can happen if the user that creates the Organization does not immediately log in do accepte the page. | 14:44:38 |
Viktor Smári | * Yes, then if another user tries to create a new account (before step 2) - before the TOS has been accepted. | 14:44:54 |
Richard Leonov joined the room. | 18:57:39 | |
9 Sep 2024 | ||
Richard Leonov | I'm creating an app on my MacOS and everything seems okay, it went up to successful migration, and then seeding failed: Creating seeds for decidim-core...
/Users/arkmichael/decidim/direct_democracy/db/seeds.rb:9:in | 02:34:11 |
Richard Leonov | In reply to @scicent:matrix.orgIssue resolved. I did the installation from the beginning. | 18:36:10 |
Richard Leonov | IT'S ALIVE!!!!!! IT'S ALIVE! | 19:08:45 |
10 Sep 2024 | ||
sdelcroix | Hi folks :) Could someone help me with this ? | 16:00:27 |
sdelcroix | I've just upgraded from 0.26.10 to 0.27.8 (step by step). The process was rather fine, but I had some errors on two post-install tasks.
And
The log contains the following errors :
| 16:01:46 |
sdelcroix | I guess I have to delete those orphan comments but I need help to do it properly ;) | 16:02:41 |
Alexandru Lupu | In reply to @sdelcroix:matrix.orgI would like to see in more detail. Gimme an hour | 16:03:34 |
sdelcroix | OK, thanks in advance ;) | 16:14:13 |
Alexandru Lupu | There is no issue, and you can go further without any issues | 17:05:23 |
Alexandru Lupu | In reply to @sdelcroix:matrix.orgIt is not a real error. It seems that when trying to fix the comments, so that we can set the space, there are 4-5 entries (comments) that belong to a Post that is missing ( Post id 7 ) | 17:01:24 |
sdelcroix | Yep | 17:16:43 |
sdelcroix | I don't need to "clean" them ? | 17:16:55 |
sdelcroix | I don't know if the tasks have processed the "good" comments | 17:17:52 |
sdelcroix | I wanted to clean the orphan ones and rerun the upgrade tasks | 17:18:31 |
sdelcroix | * I wanted to deleted the orphan ones and rerun the upgrade tasks with clean records | 17:23:58 |