0

I have a single type called FAQs, with one-to-many relations to categories of FAQs, such as Booking FAQs, Appointment FAQs, etc. which are of collection types. After adding relations to FAQs and saving, the save is not persisting.

Here is what it looks like

It seems to be reverting to an older save (?) as the last updated by will show a time from before.

One thing to note is that I had a collections type called FAQs before, but I changed it to a single type with relations in order to get manual reordering of entries.

I’m hosting Strapi and Postgresql on Railway. When checking the database logs, I see these logs:

2023-03-13 11:33:59.311 UTC [23366] LOG: could not receive data from client: Connection reset by peer

2023-03-13 20:09:29.079 UTC [32795] LOG: the “timescaledb” extension is not up-to-date

2023-03-13 20:09:29.079 UTC [32795] HINT: The most up-to-date version is 2.10.0, the installed version is 2.1.1.

However, I am unsure if these logs are related to the problem at all, as the timestamp does not match when the save problem is happening.

Would appreciate if anyone can provide assistance, as this is a production set up for a client. I’d be happy to provide more details/screenshots if needed.

0 Answers0