Quest Validation Errors (F&F B2 Build)

Bug Report: Quest Validation Errors (F&F B2 Build)

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)

1. Missing Asset References (Quest Path #1)

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.

2. Coordinate Data Type Mismatch (Quest Path #2)

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.

Upvoters
Status

In Review

Board

🐛 Bug Reports

Tags

World Building

Author

Alupinu

Subscribe to post

Get notified by email when there are changes.