zeus preview for v1 GTR 3 app error #331
-
Hello I mande a simple app for GTR3 using the Guides for ZEPP OS v1, I am able to preview in the Simulator using zeus dev command, but when I try to build a preview package I get the error: PS ...> zeus preview Anyone has ever encoutered this issue? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Hey, please check that your nodejs/npm and zeus-cli and Simulator versions are the most recent, update if they are not. |
Beta Was this translation helpful? Give feedback.
Thanks for the details and the project attached. The difference between
zeus dev
and other commands is that they are cloud-based, whiledev
runs local. By the way, do you experience the same behavior running the fetch API example fromzeus create
?Considering that the issue is cloud-based, that hints that the problem might be that your app is failing one of our server checks, and if I had to guess it would be the app name "Tenis/Padel Score". Try removing the forward slash "/" from it and see if it works. If that's the case, you can use "-" instead.