I’m encountering the following error in my Forge app:
index.jsx:43 Uncaught (in promise) Error: Extension context failed to validate against the schema: object instance has properties which are not allowed by the schema: [“experience”]
My app was working fine for about a week, and I haven’t updated a single line of code. However, today this frustrating error appeared out of nowhere.
I have no idea why this is happening. Has anyone experienced this before? Any guidance would be greatly appreciated.
Thanks for posing this question! We also face this and thought it’s related to our app, but it looks it’s related to the Forge context?
e.g. /rest/internal/2/forge/context/token
returns
{
"errorMessages": [
"Extension context failed to validate against the schema: object instance has properties which are not allowed by the schema: [\"experience\"]"
],
"errors": {}
}