Save and Publish shows 200 OK but data is not posted into the database.
I have a legacy umbraco app in 10.2.1 in dotnet 6 and running it in local. When I try to save and publish, the url is hit properly and shows 200 OK. However, the data is not posted in the database.
I have the same database connected in the app's live version (hosted privately) of the same version 10.2.1, in which the save and publish works properly.
The data can be accessed through the app in local with the same credential as in the live version. However, with the same credential and using the same database, the data is not posted into the database although it shows 200 Ok in the browser. What could be the problem?
Save and Publish shows 200 OK but data is not posted into the database.
I have a legacy umbraco app in 10.2.1 in dotnet 6 and running it in local. When I try to save and publish, the url is hit properly and shows 200 OK. However, the data is not posted in the database.
I have the same database connected in the app's live version (hosted privately) of the same version 10.2.1, in which the save and publish works properly.
The data can be accessed through the app in local with the same credential as in the live version. However, with the same credential and using the same database, the data is not posted into the database although it shows 200 Ok in the browser. What could be the problem?
is working on a reply...