hotwax / bopis

HotWax Commerce BOPIS App
https://bopis.hotwax.io/
Apache License 2.0
13 stars 40 forks source link

Error on Clicking 'Ready to Ship' Button After Creating Picklist #430

Closed Adameddy26 closed 1 month ago

Adameddy26 commented 1 month ago

Current behavior

Clicking the 'Ready to Ship' button results in an error, preventing further actions.

Expected behavior

The 'Ready to Ship' button should function correctly, allowing the user to proceed with the shipping process.

Steps to reproduce the issue

Log in the App. Go to settings and enable the tracking and print picklist settings. Open the orders section. Create a picklist for shipping order. Once the picklist is created, open the order and click on the 'Ready to Ship' button. Observe the error.

Environment details

App version : v2.25.0 App environment : UAT

Additional information

https://jam.dev/c/c0e3c9cd-cb18-4ef8-8ebe-c7568bdf0d50

BreakTos commented 1 month ago

Please assign this issue to me. Also a couple of fields like

VUE_APP_BASE_URL=
VUE_APP_PERMISSION_ID=
VUE_APP_ALIAS=
VUE_APP_FIREBASE_CONFIG={"apiKey": "","authDomain": "","databaseURL": "","projectId": "","storageBucket": "","messagingSenderId": "","appId": ""}
VUE_APP_FIREBASE_VAPID_KEY=""

Which of these are compulsory to fill the find the bug, If so where to find it ?

Adameddy26 commented 1 month ago

Please assign this issue to me. Also a couple of fields like

VUE_APP_BASE_URL=
VUE_APP_PERMISSION_ID=
VUE_APP_ALIAS=
VUE_APP_FIREBASE_CONFIG={"apiKey": "","authDomain": "","databaseURL": "","projectId": "","storageBucket": "","messagingSenderId": "","appId": ""}
VUE_APP_FIREBASE_VAPID_KEY=""

Which of these are compulsory to fill the find the bug, If so where to find it ?

This is resolved. You can try some other open unassigned issues.

BreakTos commented 1 month ago

Sure, I will still need to setup locally for other issues. Where can i get env variables i mentioned above ?

ravilodhi commented 1 month ago

Sure, I will still need to setup locally for other issues. Where can i get env variables i mentioned above ?

You don't need any additional settings; the ones in the .env.example file are sufficient to start with. Just don't pick notifications related issues.

Adameddy26 commented 1 month ago

Verified and working fine in release v2.25.1. Hence, closing this issue.