Import Issues (Error converting {null} value)

Hello everyone,

I’m facing an issue where I can no longer import any new projects or workflows. I’ve already tried various methods to fix it, but nothing seems to help…

The following error occurs when attempting to import:

Error converting value {null} to type ‘System.Boolean’. Path ‘_ac[0].deny’, line 1, position 445.

I assume it has something to do with the settings.json or the database?

go to the rpaproj file and search for this _acl":[{"deny":null,"rights":*****,"_id":"**************","name":"test1"}
make sure that deny set to null for all users

1 Like

Hey Mus,

i looked over it and _acl":[{“deny” :null, “rights” ´: … is set on null already.

Is there anything else in the rpaproj file that maybe has to be modified?

Hey,
deny should always have the value false ( without quotes )

If you could share one of the files, I’m happy to have a look and see if I can spot what is wrong.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.