Hi,
I'm working on a Swift solution where I, on localhost, am able to create a paragraph of a specific item type (let's just call it "TestItem"). I've deployed this to a dev server, where I'm also able to create a paragraph of the same type. On the production site, where our customer works on the solution, I'm not able to create a paragraph of the same Item type. What I've done so far to try getting it to work is:
1) Deleted the xml file for the item type and adding it again. Makes no difference - I'm still not able to create a paragaph using that specific item
2) Deleted both the table in the database and the xml file, added the XML file againg, edited it and saved it. The table gets created again. Makes no difference
3) Created a backup of the databse from the solution where the item type is not working. Setup another test solution just to see if it works. And it does!
So how can I make the item work on the solution where it doesn't work? I'm just considering deleting the database entirely and restore it from the .bak file I created the backup to. But I'm not sure if this will make any difference?
Is there any other way to debug / test this. Is there any files I can delete to somehow refresh the items / database etc? Any suggestions are welcome as I've got no clue why this is not working on only one solution.
We're using a self-hosted runner on our servers to deploy items and templates btw. So everything is excactly the same on all solutions - local, dev, production, my new test solution.