Unable to save workfile in any DCC application

Hi, I deployed the Ayon server yesterday and downloaded all the latest Addons.
But when I open Houdini, Nuke, and Blender and try to save the workfile, it throws this error every time.

==============================
GraphQl query FAILED: '_folder_path' on item 'project/workfiles' (Line 3 Column 5)
==============================
Traceback (most recent call last):
  File "/home/ashutosh/.local/share/AYON/addons/core_1.5.0+dev/ayon_core/tools/workfiles/models/workfiles.py", line 173, in save_as_workfile
    self._update_workfile_info(
  File "/home/ashutosh/.local/share/AYON/addons/core_1.5.0+dev/ayon_core/tools/workfiles/models/workfiles.py", line 860, in _update_workfile_info
    self.get_workfile_entities(task_id)
  File "/home/ashutosh/.local/share/AYON/addons/core_1.5.0+dev/ayon_core/tools/workfiles/models/workfiles.py", line 314, in get_workfile_entities
    workfile_entities = list(ayon_api.get_workfiles_info(
  File "/jobs/Pipeline/ayon-launcher-develop/.venv/lib/python3.9/site-packages/ayon_api/server_api.py", line 7618, in get_workfiles_info
    for parsed_data in query.continuous_query(self):
  File "/jobs/Pipeline/ayon-launcher-develop/.venv/lib/python3.9/site-packages/ayon_api/graphql.py", line 399, in continuous_query
    raise GraphQlQueryFAILED(
ayon_api.exceptions.GraphQlQueryFAILED: GraphQl query FAILED: '_folder_path' on item 'project/workfiles' (Line 3 Column 5)

its bug and it got fixed couple of hours ago try the dev tag in docker

1 Like

Do I need to run this command?
docker pull ynput/ayon:dev

yes, also change in the docker compsoe.yml script from “latest” to “dev”

1 Like

It worked, Thanks a lot!!