twenty icon indicating copy to clipboard operation
twenty copied to clipboard

Stuck on partially blank screen after upgrade from 22.0 to 23.0

Open StefanoMarchesi opened this issue 6 months ago • 4 comments

After upgrading from version 22.0 to 23.0 and running : yarn database:migrate:prod yarn command:prod workspace:sync-metadata -f yarn command:prod upgrade-0.23

I can not do anything because the screen is partially blank (no objects) Screenshot 2024-08-06 alle 15 09 14

seraching for an object has the same problem Screenshot 2024-08-06 alle 15 12 29

The stetting page seems to work fine but there is a running loader before every menu section Screenshot 2024-08-06 alle 15 13 54

If i try to add a field to an existing object i get this errror Screenshot 2024-08-06 alle 15 15 22

I have some error in console Failed to load resource: the server responded with a status of 404 () /object/person/00d87…a17d-1fd2b5635783:1 Uncaught (in promise) Error: A listener indicated an asynchronous response by returning true, but the message channel closed before a response was received 2index-J6xhINk2.js:5517 useFindManyRecords for "timelineActivities" error : ApolloError: GraphQL errors on timelineActivity: {"message":"cannot pass more than 100 arguments to a function"} console.error @ index-J6xhINk2.js:5517 index-J6xhINk2.js:5517 TypeError: Cannot read properties of null (reading 'edges') at CC (index-J6xhINk2.js:1285:2640) at index-J6xhINk2.js:1356:184 at Array.map (<anonymous>) at gon (index-J6xhINk2.js:1356:168) at ysn (index-J6xhINk2.js:1372:1417) at vde (index-J6xhINk2.js:6:19643) at Sne (index-J6xhINk2.js:8:3166) at OPe (index-J6xhINk2.js:8:45176) at MPe (index-J6xhINk2.js:8:40078) at V8t (index-J6xhINk2.js:8:40001) console.error @ index-J6xhINk2.js:5517 index-J6xhINk2.js:5517 React Router caught the following error during render TypeError: Cannot read properties of null (reading 'edges') at CC (index-J6xhINk2.js:1285:2640) at index-J6xhINk2.js:1356:184 at Array.map (<anonymous>) at gon (index-J6xhINk2.js:1356:168) at ysn (index-J6xhINk2.js:1372:1417) at vde (index-J6xhINk2.js:6:19643) at Sne (index-J6xhINk2.js:8:3166) at OPe (index-J6xhINk2.js:8:45176) at MPe (index-J6xhINk2.js:8:40078) at V8t (index-J6xhINk2.js:8:40001) Object console.error @ index-J6xhINk2.js:5517

StefanoMarchesi avatar Aug 06 '24 13:08 StefanoMarchesi