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
Describe the bug
When clicking on the "+ Add Countries to ..." nothing happens and a lot of errors are appearing in the browser console.
Error message in Chrome:
query-result.ts:209 ERROR TypeError: Cannot convert undefined or null to object
at Function.entries (<anonymous>)
at get sortedColumns (data-table2.component.ts:171:42)
at get visibleSortedColumns (data-table2.component.ts:165:21)
at template (data-table2.component.html:22:40)
Error message in Safari:
[Error] ERROR – TypeError: Object.entries requires that input parameter not be null or undefined — data-table2.component.ts:171
TypeError: Object.entries requires that input parameter not be null or undefined — data-table2.component.ts:171
handleError (main.a81808e064adad37.js:3246:525988)
run (polyfills.ca6223cd90c925dc.js:1:20893)
_tick (main.a81808e064adad37.js:3246:667867)
tick (main.a81808e064adad37.js:3246:667699)
(anonymous function) (main.a81808e064adad37.js:3246:670380)
onInvoke (main.a81808e064adad37.js:3246:562356)
run (polyfills.ca6223cd90c925dc.js:1:20893)
next (main.a81808e064adad37.js:3246:670350)
next (main.a81808e064adad37.js:3246:187761)
_next (main.a81808e064adad37.js:3246:187431)
next (main.a81808e064adad37.js:3246:187118)
(anonymous function) (main.a81808e064adad37.js:3246:185077)
b (main.a81808e064adad37.js:3246:213750)
next (main.a81808e064adad37.js:3246:184912)
emit (main.a81808e064adad37.js:3246:527480)
Fp (main.a81808e064adad37.js:3246:563350)
j3 (main.a81808e064adad37.js:3246:563793)
onInvokeTask (main.a81808e064adad37.js:3246:562297)
runTask (polyfills.ca6223cd90c925dc.js:1:21543)
invokeTask (polyfills.ca6223cd90c925dc.js:1:27324)
To Reproduce
Steps to reproduce the behavior:
Go to 'Settings > Zones'
Click on 'View Members' on one item in the table
Click on '+ Add Countries to ...'
See error
Expected behavior
After clicking the button it should be possible to select and add countries to one zone.
Environment (please complete the following information):
@vendure/core version: 3.0.6
Nodejs version 20.18.0
Database (mysql/postgres etc): postgres
The text was updated successfully, but these errors were encountered:
Describe the bug
When clicking on the "+ Add Countries to ..." nothing happens and a lot of errors are appearing in the browser console.
Error message in Chrome:
Error message in Safari:
To Reproduce
Steps to reproduce the behavior:
Expected behavior
After clicking the button it should be possible to select and add countries to one zone.
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: