> For the complete documentation index, see [llms.txt](https://docs.otherside.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.otherside.xyz/odk-docs/breaking-changes/v8.3.md).

# v8.3

### **Live Config Changes**

**Date of change:** 16/07/2025

**Affected Features:** Users with existing ODK projects

**What’s broken and why?**

*Currently ODK schema is embedded within the \`ODK\` section within the project.schema. For legacy reasons, the ODK schema was instantiated with each template, rather than stored with the plugin content itself. To ensure you're operating with the latest, correct ODK schema, please integrate the latest schema here into your project. This process will be corrected in the ODK v9 release so users don't need to manually manage this at that point*

**How to fix it?**

*Retrieve the latest \`project.schema.json\` from the ODK. Accessible here, or within any v8.2 template. Merge this file with the existing* `project.schema.json` *that lives at* `<project_workspace>\Config\LiveConfig\Schemas`. If you haven't made any local project edits, you can safely just replace the file, otherwise you should merge the content with your local changes.

{% file src="/files/wuIpglU3rJdJZRFPMrg0" %}

### **Editor Sign-in Changes**

**Date of change:** 16/07/2025

**Affected Features:** PIE session

**What’s broken and why?**

*The way you login needs to be updated to use our new authentication system*

**How to fix it?**

*For any existing project, you'll need to modify your authentication settings.*\
\&#xNAN;*1. Open to Editor Preferences -> General: Sign In Settings*\
\&#xNAN;*2. Expand Per Client Sign In Settings*\
\&#xNAN;*3. Modify each client's sign-in settings to: "Custom" : "<https://o7e.dev/api/editor/login"_\\>
\&#xNAN;*&#x34;. Restart your editor\_

**How to test it?**

*Start a PIE session and ensure your client can connect to your local deployment.*


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.otherside.xyz/odk-docs/breaking-changes/v8.3.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
