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.
I've created a Scheduled Job that exports orders from EPiStore, and when I start the job manually it works fine, but when it's triggered automatically it gets a null reference on the following line:
Order _order = Order.Load(pkid);
pkid is the same id as when I run it manually, so the order exists.
How do I solve this?
/Jakob