Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Connection refused #7

Open
DiarQoroviqi opened this issue Jul 27, 2021 · 0 comments
Open

Connection refused #7

DiarQoroviqi opened this issue Jul 27, 2021 · 0 comments

Comments

@DiarQoroviqi
Copy link

DiarQoroviqi commented Jul 27, 2021

After implementing all the steps of Combining both in one docker setup , Initialising the server and Registration of local apps I got an error when connecting on docker ssh with command ./psh.phar docker:ssh and trying to install the app:
cURL error 7: Failed to connect to 0.0.0.0 port 7777: Connection refused (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for http://0.0.0.0:7777/registration?shop-id=nNFxay7wr1EWjGxG&shop-url=http://localhost:8000&timestamp=1627379465

Here is my manifest.xml file

pqtTrackingManager PAQATO Tracking Manager PAQATO Tracking Manager PAQATO – Sendungsverfolgung in Ihrem eigenen Online-Shop; automatisierte, individuelle und DSGVO konforme Versandbenachrichtigungen; Versandanalyse und proaktive Problemlösung; einheitlich für alle Paketdienstleister und Speditionen PAQATO - Track and trace in your own online shop; automated, individual and DSGVO conform track and trace notifications; shipping analysis and proactive problem solution; uniform for all shipping providers PAQATO GmbH (c) by PAQATO GmbH 1.0.0 MIT
<setup>
    <registrationUrl>http://0.0.0.0:7777/registration</registrationUrl> <!-- replace local url with real one -->
    <secret>143af21f36dda6b4bc40df8cb045616d</secret>
</setup>

<admin>
    <!-- replace local  urls with real ones -->
    <action-button action="addOrderList" entity="order" view="detail" url="http://localhost:7777/actionbutton/add/orderlist">
        <label>Add order list</label>
        <label lang="de-DE">Bestellliste hinzufügen</label>
    </action-button>

    <module name="orderList" source="http://localhost:7777/iframe/orderlist">
        <label>Order list</label>
        <label lang="de-DE">Bestellliste</label>
    </module>
</admin>

<permissions>
    <create>state_machine_history</create>
    <read>order</read>
    <update>order</update>
    <read>order_line_item</read>
    <read>state_machine_state</read>
</permissions>

<custom-fields>
    <custom-field-set>
        <name>swag_orderlist</name>
        <label>Order list</label>
        <related-entities>
            <order/>
        </related-entities>
        <fields>
            <text-area name="order-list">
                <position>1</position>
                <label>Order list</label>
                <label lang="de-DE">Bestellliste</label>
            </text-area>
        </fields>
    </custom-field-set>
</custom-fields>

<webhooks>
    <!-- replace local urls with real ones -->
    <webhook name="checkoutOrderPlaced" url="http://localhost:8000/hooks/order/placed" event="checkout.order.placed"/>
    <webhook name="appLifecycleDeleted" url="http://localhost:8000/applifecycle/deleted" event="app.deleted"/>
</webhooks>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant