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
After the upgrade and rebuilt of the UI the issue is fixed and I am able to create the fullfillment and set the package as send :)
Thank you for this fix !!! Kudos
P.S. Question ??? Should the status of the order changed from status:"pending" after the fullfilment is created ? Because right now after I created the fullfilment and set the package as send the status is still set at pending, while others have changed:
{
status:"pending"
fulfillment_status:"shipped"
payment_status:"captured"
...
}
Bug report
When trying to set the fulfillment as send, type error is thrown in the admin-ui.
TypeError
Cannot read properties of undefined (reading '0')
Call Stack
undefined
node_modules_moment_locale_sync_recursive_-cache_admin_src_pages_a_tsx.chunk.js:871:2784
j
node_modules_moment_locale_sync_recursive-_cache_admin_src_pages_a_tsx.chunk.js:871:2751
le
main.bundle.js:458:55325
cz
main.bundle.js:458:93877
c7
main.bundle.js:458:111992
HTMLUnknownElement.g
main.bundle.js:446:48300
Object.r3
main.bundle.js:446:48625
nt
main.bundle.js:446:49578
eh
main.bundle.js:458:170988
Describe the bug
While trying to set the fulfillment as send on clients order the admin ui throws a type error.
System information
Medusa version (including plugins):
"@medusajs/admin": "^7.1.16",
"@medusajs/admin-ui": "2.1.16",
"@medusajs/cache-inmemory": "1.8.11",
"@medusajs/cache-redis": "^1.9.2",
"@medusajs/event-bus-local": "1.9.9",
"@medusajs/event-bus-redis": "^1.8.14",
"@medusajs/file-local": "1.0.4",
"@medusajs/medusa": "1.20.9",
Node.js version: v18.20.4
Database:
Browser (if relevant):
Version 1.69.153 Chromium: 128.0.6613.85 (Official Build) (64-bit)
Steps to reproduce the behavior
Expected behavior
The fullfillment would be set as "send"
Screenshots
The text was updated successfully, but these errors were encountered: