Cross-Platform Import Failed

I tried importing one of my project from A**zard but turns out the project opens but I couldn’t go to the main screen complaining of the space view component that was available in the screen.

Any thoughts on this?

Since you were working on localhost, the aia file is tagged with localhost as well.
Niotron doesn’t migrate components on localhost.

To fix this, open the aia file using any archiving tool (7zip), edit the .scm file for each screen and replace localhost with any other value, you can use the other platform name itself.

“authURL”:[“localhost”] → “authURL”:[“anotherplatform”]

Remember to delete the old project you imported before reimporting the aia.

Okey :ok_hand:t2:

Thanks for the feedback I will try that an get back to you

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