Summary: Schema validation failures in Quest Paths #1 and #2 preventing successful quest completion/rendering.
Environment: * Build: Friends & Family (F&F)
Version: B2 (Beta 2)
The following fields are receiving null values, suggesting either missing mandatory assets or a failure in the data fetch for these specific POIs.
Path: Quest Paths #1 → Completion Set Scene → Pois #1 → Map Image
Path: Quest Paths #1 → Completion Set Scene → Pois #1 → Image
Error: Invalid input: expected string, received null
Suggested Action: Verify that image assets are correctly assigned to POI #1 in the CMS/Editor and that the file paths are being exported as strings.
The map coordinates for monsters are being passed as floats/numbers, but the system's strict schema requires integers.
Path: Quest Paths #2 → Completion Set Scene → Monsters #1 → Poi Map X
Path: Quest Paths #2 → Completion Set Scene → Monsters #1 → Poi Map Y
Error: Invalid input: expected int, received number
Suggested Action: Cast the X and Y coordinate values to Integers before passing them to the validation schema, or update the schema to accept numbers.
Please authenticate to join the conversation.
In Review
🐛 Bug Reports
World Building

Alupinu
Get notified by email when there are changes.
In Review
🐛 Bug Reports
World Building

Alupinu
Get notified by email when there are changes.