A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
AI OnAI Off
A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
Hello all
Maybe somebody saw same error. While saving parameters of ShippingProvider I am getting following exception
_____________________________________________________________________
_____________________________________________________________________
When I look into [dbo].[ShippingOptionParameter], table is empty. On repeated attempts to save, it just increases the identity that bounced, but doesn't write to the table. I tried to RESEED it, and it behaves the same, just throws with id being taken from 1 and on.
I also looked into it with SQL profiler, and this is what it attempts to do
When I alter it to
That one row get's inserted. Now back to the form where I have couple of parameters to save. Did anyone see such exception, what might be the reason?
Thanks in advance