[SOLVED] No getting the data in second table 100 nft Parse server

We have migrated the data from your server to mongodb but not showing the data in second table

If you connect directly to mongo db then you can see the data?

How did you do the migration?

other table data is showing and we migrate by the mongo db tool

Anything strange for that table? Like a new type of data type for ids like objects and not strings?

yes might be this the issue but we checked in the mongodb and in the mongdb the data is showing but parse sever cannot fetching the data

it may be only the dashboard interface that can not show the data, you may be able to query it

No it’s not working with the query and not showing in our dapp

how does an object from that table looks like in the database?

any error in browser console?

yes the issue is with the table it’s not geting the table

What error do you get when you try to query this table? There are issues with tables if it has a NumberDecimal or decimal128 column.

but I am migrating the table from your server and in your sever the table is working but in parse server after migrating the data it’s not showing in the parse server

the issue is with the artwork field in mongo db the datatype stroed is string

everything works as expected now?

no data is not showing how to solve it

how to change the data type to pointer

how did you load that data in the first place in the database?

you can do a complete load from a database dump for the entire database

yes the entire database

and it didn’t save there as pointer and it saved as string that column type?

you could try to delete the column and add it again with the expected type

the type should be saved in a schema specific table for all the tables