Portable application built on Windows fails in Radix due to WindowsPath instantiation
Closed this issue · 0 comments
antoneskov commented
Describe the bug
When a Webviz portable application built on Windows platform is deployed to the Radix platform, the "main" component fails with Error: cannot instantiate 'WindowsPath' on your system
message.
How to reproduce
Steps to reproduce the behavior:
- Create and test a Webviz custom plugin project
- On a Windows PC, build a portable application
- Deploy the portable application to Radix platform, e.g. "Playground" environment
- See error in the application's Radix console
Expected behavior
No error is given when application is built on Windows platform, or clear instruction NOT to use Windows for building apps to be deployed to Radix