Morarible tutorial 11 and 12 transactions stuck in pending state

Good day,
I am doing the Rarible Clone tutorial in angular. I am now at die point were you approve your minted NFT for the marketplace, I can mint NFTs successfully but they never end up in the ItemsForSale Table.

image

The 2 records that is in the ItemsForSale table is not yet linked to the user that minted those NFTs, is still under the EthNFTOwnersPending table. how can I get all the records in the pending tables to progress further?

Kind Regards

My server version is 0.0.222 and might be related to the issue mentioned in post EthTransactions not updating realtime

I resolved this issue by recreating the server instance.