1

I am trying to setup magento2.4.3-p1 with cloud docker when I run the docker.sh command

curl -sL https://github.com/magento/magento-cloud-docker/releases/download/1.2.0/init-docker.sh | bash -s -- --php 7.4

it gives error

Problem 1 - web-token/jwt-framework v2.2.11 requires ext-sodium * -> the requested PHP extension sodium is missing from your system. - web-token/jwt-framework v2.2.11 requires ext-sodium * -> the requested PHP extension sodium is missing from your system. - Installation request for web-token/jwt-framework v2.2.11 -> satisfiable by web-token/jwt-framework[v2.2.11].

Please anyone help suggest to me what I am doing wrong

asked Dec 20, 2021 at 14:35

1 Answer 1

0

I had same problem manipulating databases, this answer resolved my problem ERR_TOO_MANY_REDIRECTS:

https://magento.stackexchange.com/a/84756/50635

To correct this, please try to set Use Secure URLs in Admin to true, in System -> Config -> General -> Web.

Or with database access, change following record value to 1:

SELECT * FROM core_config_data where path like '%web/secure/use_in_adminhtml%';

answered Dec 28, 2021 at 2:14
1
  • Thanks for reply. i have already visit it but issue are not resolved Commented Dec 29, 2021 at 5:11

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.