Zulf

Results 14 comments of Zulf

Same problem. Also on users pages on url: `/ocs/v2.php/cloud/users/details?offset=0&limit=25&search=` with message `"cURL error 28: Connection timed out after 10000 milliseconds (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for https://nextcloud/ocm-provider/"` I have a Caddy proxy (On...

In my case, a physical firewall is present upstream of the host server (in addition to the host and VM firewalls). It was the physical firewall that prevented the VM's...

I used: `docker exec -it greenlight-v2 bundle exec rake migrations:roles`

Yes, the containers are in the latest version and so is bbb.

It seems there is no rails command: ``` # docker exec -it greenlight-v2 rails c OCI runtime exec failed: exec failed: unable to start container process: exec: "rails": executable file...

Thanks for reply. with command : `# docker exec -it greenlight-v2 bin/rails c` And : `irb(main):001:0> Role.all.pluck(:provider)` `=> ["greenlight", "greenlight", "greenlight", "greenlight", "greenlight", "greenlight", "greenlight", "greenlight", "greenlight", "greenlight", "greenlight", "greenlight",...

Yes migration role command `docker exec -it greenlight-v2 bundle exec rake migrations:roles` give same errors: ``` /usr/src/app/vendor/bundle/ruby/2.7.0/gems/net-protocol-0.1.3/lib/net/protocol.rb:68: warning: already initialized constant Net::ProtocRetryError /usr/local/lib/ruby/2.7.0/net/protocol.rb:66: warning: previous definition of ProtocRetryError was here...

* For v2 `# docker image inspect bigbluebutton/greenlight:v2 | grep VERSION_CODE` `"VERSION_CODE=release-2.14.9"` * For v3 `# docker image inspect bigbluebutton/greenlight:v3 | grep VERSION_TAG` `"VERSION_TAG=release-3.3.1"` * BBB package version with command...

Return : ``` docker exec -it greenlight-v3 bundle exec rails c Loading production environment (Rails 7.1.3.1) irb(main):001> Tenant.create(name: "greenlight", client_secret: 'test') => # ``` And run again commands migrate role...