You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 22, 2022. It is now read-only.
I am facing an issue, when trying to install the app in shopware ssh server with bin/console app:refresh --activate command but the response is: cURL error 7: Failed to connect to localhost port 7777: Connection refused (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for http://localhost:7777/registration?shop-id=Y3eozL4A4tzZXger&shop-url=http://shopware×tamp=1629203256
When looking deeper in the Registration controller the header parameter $signature = $request->headers->get('shopware-app-signature'); is returnin null?
I have added the secret tag with a secret string on manifest.xml too?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I am facing an issue, when trying to install the app in shopware ssh server with
bin/console app:refresh --activate
command but the response is:cURL error 7: Failed to connect to localhost port 7777: Connection refused (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for http://localhost:7777/registration?shop-id=Y3eozL4A4tzZXger&shop-url=http://shopware×tamp=1629203256
When looking deeper in the Registration controller the header parameter
$signature = $request->headers->get('shopware-app-signature');
is returnin null?I have added the secret tag with a secret string on manifest.xml too?
The text was updated successfully, but these errors were encountered: