The "path" argument must be of type string. Received type object

When I try to run radzen project inside radzen application I get this error:
image

Check the log file as per our troubleshooting article for additional info:

This is what I get in log:

[2021-07-12 08:02:00.737] [info] Checking license...
[2021-07-12 08:02:01.398] [info] License response {
success: true,
uses: 122,
purchase: {
seller_id: -----------',
product_id: '--------------',
product_name: 'Radzen Professional',
permalink: 'radzen-professional',
product_permalink: 'Radzen Professional',
short_product_id: '------------',
email: 'dnn@sistemi.hr',
price: 47900,
gumroad_fee: 1706,
currency: 'usd',
quantity: 1,
discover_fee_charged: false,
can_contact: true,
referrer: 'Pricing',
card: {
bin: null,
expiry_month: null,
expiry_year: null,
type: 'paypal',
visual: 'ivana@sistemihr.eu'
},
order_number: 193761683,
sale_id: 'xmEoLJoPdR2VMr5fUaEwFA==',
sale_timestamp: '2018-11-20T09:03:45Z',
purchaser_id: "-------',
subscription_id: '---------',
variants: '',
license_key: '---------',
ip_country: 'Croatia',
recurrence: 'yearly',
is_gift_receiver_purchase: false,
refunded: false,
disputed: false,
dispute_won: false,
id: '-------------',
created_at: '2018-11-20T09:03:45Z',
custom_fields: [],
subscription_ended_at: null,
subscription_cancelled_at: null,
subscription_failed_at: null
}
}
[2021-07-12 08:02:01.790] [info] License check result: true
[2021-07-12 08:02:07.680] [error] The "path" argument must be of type string. Received type object
[2021-07-12 08:02:07.682] [error] The "path" argument must be of type string. Received type object

Unfortunately it's not clear from the log why the exception is raised. Please send us your application at info@radzen.com to test it locally. You can use Google Drive, One Drive or any other sharing service.

If anyone gets this error, removing application from Radzen and then reimporting it again solved the issue for me