Zeeshan Shaheen
01/22/2025, 12:52 PM1): Uncaught TypeError: Cannot read properties of undefined (reading 'YEAR')
at ./node_modules/@gooddata/sdk-backend-tiger/dist/convertors/fromBackend/dateGranularityConversions.js (dateGranularityConversions.ts:67:1)
at __webpack_require__ (bootstrap:789:1)
at fn (bootstrap:150:1)
at ./node_modules/@gooddata/sdk-backend-tiger/dist/convertors/fromBackend/afm/result.js (result.ts:21:1)
at __webpack_require__ (bootstrap:789:1)
at fn (bootstrap:150:1)
at ./node_modules/@gooddata/sdk-backend-tiger/dist/backend/workspace/execution/executionResult.js (executionResult.ts:21:1)
at __webpack_require__ (bootstrap:789:1)
at fn (bootstrap:150:1)
at ./node_modules/@gooddata/sdk-backend-tiger/dist/backend/workspace/execution/preparedExecution.js (preparedExecution.ts:22:1)
at __webpack_require__ (bootstrap:789:1)
at fn (bootstrap:150:1)
at ./node_modules/@gooddata/sdk-backend-tiger/dist/backend/workspace/execution/executionFactory.js (executionFactory.ts:5:1)
at __webpack_require__ (bootstrap:789:1)
at fn (bootstrap:150:1)
at ./node_modules/@gooddata/sdk-backend-tiger/dist/backend/workspace/index.js (index.ts:21:1)
at __webpack_require__ (bootstrap:789:1)
at fn (bootstrap:150:1)
at ./node_modules/@gooddata/sdk-backend-tiger/dist/backend/index.js (index.ts:29:1)
at __webpack_require__ (bootstrap:789:1)
at fn (bootstrap:150:1)
at ./node_modules/@gooddata/sdk-backend-tiger/dist/index.js (index.ts:15:1)
at __webpack_require__ (bootstrap:789:1)
at fn (bootstrap:150:1)
at Module.<anonymous> (K2Layout.tsx:20:1)
at ./src/containers/app/views/MainApp.tsx (MainApp.tsx:62:1)
at __webpack_require__ (bootstrap:789:1)
at fn (bootstrap:150:1)
at Module.<anonymous> (index.tsx:37:1)
at ./src/routes/index.tsx (index.tsx:77:1)
at __webpack_require__ (bootstrap:789:1)
at fn (bootstrap:150:1)
at Module.<anonymous> (Auth0Wrapper.tsx:51:1)
at ./src/containers/app/views/auth/K2SubscriptionView.tsx (K2SubscriptionView.tsx:475:1)
at __webpack_require__ (bootstrap:789:1)
at fn (bootstrap:150:1)
at Module.<anonymous> (SubscriptionPicker.tsx:67:1)
at ./src/containers/app/views/auth/SubscriptionsHandler.tsx (SubscriptionsHandler.tsx:23:1)
at __webpack_require__ (bootstrap:789:1)
at fn (bootstrap:150:1)
at Module.<anonymous> (App.css:45:1)
at ./src/App.tsx (App.tsx:20:1)
at __webpack_require__ (bootstrap:789:1)
at fn (bootstrap:150:1)
at Module.<anonymous> (useWindowWidth.ts:3:1)
at ./src/index.tsx (index.tsx:36:1)
at __webpack_require__ (bootstrap:789:1)
at fn (bootstrap:150:1)
at 1 (unloadListener.ts:1:1)
at __webpack_require__ (bootstrap:789:1)
2): second issue is i can't install @gooddata/sdk-ui-dashboard@8.*, it tries to rename something in node_modules which gives permission exception. v9 is easily installable but i can't use that because it is not compatible.Radek Novacek
01/22/2025, 1:03 PMZeeshan Shaheen
01/22/2025, 1:52 PMRadek Novacek
01/23/2025, 11:00 AM