!vVcsnwMNPHhwWsmXST:matrix.org

đŸ“£ Support Devs

229 Members
technical staff here!10 Servers

Load older messages


SenderMessageTime
15 Jul 2024
@matrix-escape:matrix.orgmatrix-escape * Hi, Have recently successfully installed decidim 0.28 in both prod and dev, drum roll please! However when I attempt to create a new organisation (for example "new5") I get this error: "You may need to update your application code, as to allow requests to new5.<host> you need to add the following to your environment configuration (i.e. config/environment/production.rb) or your config/application.rb: config.hosts << "new5.<host>" After that is done, you will be able to access to your platform through http://new5.<host> We have sent an email to system@<host> that you need to confirm" I am creating subserver domains but that seems to not be the issue. Note this is straight outa the box. 23:33:20
16 Jul 2024
@cviudez:matrix.orgcviudez joined the room.15:26:46
@telegram_118897747:t2bot.ioAli Petisa changed their profile picture.15:32:37
@danielbm:matrix.orgDaniel joined the room.17:36:42
17 Jul 2024
@matrix-escape:matrix.orgmatrix-escape * Hi, Have recently successfully installed decidim 0.28 in both prod and dev, drum roll please! However when I attempt to create a new organisation (for example "new5") I get this error: "You may need to update your application code, as to allow requests to new5.<host> you need to add the following to your environment configuration (i.e. config/environment/production.rb) or your config/application.rb: config.hosts << "new5.<host>" After that is done, you will be able to access to your platform through http://new5.<host> We have sent an email to system@<host> that you need to confirm" I am creating subserver domains but that seems to not be the issue. Note this is straight outa the box. 00:36:29
@matrix-escape:matrix.orgmatrix-escape
In reply to @matrix-escape:matrix.org
Hi, Have recently successfully installed decidim 0.28 in both prod and dev, drum roll please! However when I attempt to create a new organisation (for example "new5") I get this error: "You may need to update your application code, as to allow requests to new5.<host> you need to add the following to your environment configuration (i.e. config/environment/production.rb) or your config/application.rb: config.hosts << "new5.<host>" After that is done, you will be able to access to your platform through http://new5.<host> We have sent an email to system@<host> that you need to confirm" I am creating subserver domains but that seems to not be the issue. Note this is straight outa the box.
Its ok I understand this normal and there's no problem (from reading this) https://github.com/decidim/decidim/pull/11863
02:24:10
@telegram_8141311:t2bot.ioAndrés Pereira de LucenaYes, sorry that I forgot to mention, but that's actually the expected behavior :) The thing is that you need to add to the allowed hosts in your Rails application (and probably in your proxy/web server in production) for the multitenant to work correctly07:34:34
@whiteboyll:matrix.orgwhiteboyllRedacted or Malformed Event10:59:51
@whiteboyll:matrix.orgwhiteboyll
In reply to @noopeeks:matrix.org
Hi! I have a repository with the steps I followed for setting up my decidim instance with docker in AWS EC2. here is the link, hope it helps you: https://github.com/NoOPeEKS/decidim-deployment-guide
tnx!
11:00:22
@telegram_6613414:t2bot.ioLauraimage.jpeg
Download image.jpeg
13:12:37
@telegram_6613414:t2bot.ioLauraHi all!! I am trying to run the system tests of an app in local environment with version 0.27, but it returns this error. Has anyone managed with any workaround?13:12:37
@telegram_500738289:t2bot.ioAlexandru Lupu
In reply to Laura
sent an image
Yes, the chrome / chrome driver version is too recent ... use a chrome lower version ( like 119.0.6045.105 )
16:11:51
18 Jul 2024
@telegram_6613414:t2bot.ioLaura
In reply to Alexandru Lupu
Yes, the chrome / chrome driver version is too recent ... use a chrome lower version ( like 119.0.6045.105 )
Ok, thanks! do you know of any place where I can get old releases of Chrome? because it's hard to find..
06:08:02
@telegram_6613414:t2bot.ioLauraI try with the new version! Thanks!07:13:15
@telegram_6613414:t2bot.ioLauraI have tried generating the dummy app with this latest version and it gives me the same error. Chrome version is 126.0.6478.182.07:27:15
@telegram_6613414:t2bot.ioLaura0.27.607:12:51
@telegram_8141311:t2bot.ioAndrés Pereira de LucenaLet me know if it works07:14:36
@telegram_8141311:t2bot.ioAndrés Pereira de LucenaWhich version of 27 are you using? I think this should be solved in latest release (0.27.7, just released this week)07:11:59
19 Jul 2024
@sdelcroix:matrix.orgsdelcroix

Hi everyone :) Is Decidim 0.27 compatible with ruby 3.1.2 ?
I have this error message when updating :
"decidim-term_customizer-0.27.0 requires ruby version >= 3.0.6, which is incompatible with the current version, ruby 3.0.2p107"

But when I run rbenv install --list, I don't have more than 3.0.4 and the greater version is 3.1.2 :

$ rbenv install --list
2.6.10
2.7.6
3.0.4
3.1.2
jruby-9.3.4.0
mruby-3.0.0
rbx-5.0
truffleruby-22.1.0
truffleruby+graalvm-22.1.0
12:23:39
@sdelcroix:matrix.orgsdelcroixI'm on Ubuntu 2012:24:11
@sdelcroix:matrix.orgsdelcroixWhy don't rbenv list only 3.0.4 as the latest stable version ?12:25:26
@sdelcroix:matrix.orgsdelcroix * Why do rbenv list only 3.0.4 as the latest stable version ?12:25:40
@sdelcroix:matrix.orgsdelcroix

Maybe I need to do this (that I've missed before posting here :p) :

If the version you need is missing, try upgrading ruby-build:

  git -C /home/decidim/.rbenv/plugins/ruby-build pull
12:27:29
@telegram_8141311:t2bot.ioAndrés Pereira de Lucena or just
cd
/home/decidim/.rbenv/plugins/ruby-build
git pull 

(I'm not familiar with "git -C" to be honest)
12:29:32
@telegram_500738289:t2bot.ioAlexandru LupuActually u need to update your rbenv … u should be able to install any ruby 3.0.x afterwards12:26:42
@telegram_8141311:t2bot.ioAndrés Pereira de Lucena
In reply to @sdelcroix:matrix.org

Maybe I need to do this (that I've missed before posting here :p) :

If the version you need is missing, try upgrading ruby-build:

  git -C /home/decidim/.rbenv/plugins/ruby-build pull
Makes sense!
12:28:52
@telegram_8141311:t2bot.ioAndrés Pereira de Lucena
In reply to @sdelcroix:matrix.org

Hi everyone :) Is Decidim 0.27 compatible with ruby 3.1.2 ?
I have this error message when updating :
"decidim-term_customizer-0.27.0 requires ruby version >= 3.0.6, which is incompatible with the current version, ruby 3.0.2p107"

But when I run rbenv install --list, I don't have more than 3.0.4 and the greater version is 3.1.2 :

$ rbenv install --list
2.6.10
2.7.6
3.0.4
3.1.2
jruby-9.3.4.0
mruby-3.0.0
rbx-5.0
truffleruby-22.1.0
truffleruby+graalvm-22.1.0
0.27 should use 3.0.2
https://docs.decidim.org/en/v0.28/install/manual
12:27:09
@sdelcroix:matrix.orgsdelcroixThank you all :) Is there a problem if I update to 3.0.6 ? As decidim-term_customizer-0.27.0 requires it.13:40:12
@sdelcroix:matrix.orgsdelcroixIt seems that 3.0.3 to 3.0.6 are security fixes13:41:01
@sdelcroix:matrix.orgsdelcroix * It seems that 3.0.3 to 3.0.6 are security fixes (even 3.0.7)13:41:31

Show newer messages


Back to Room ListRoom Version: 6