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
1 Answer 1
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%';
-
Thanks for reply. i have already visit it but issue are not resolvedinder– inder2021年12月29日 05:11:14 +00:00Commented Dec 29, 2021 at 5:11
Explore related questions
See similar questions with these tags.