Hi,
i try LiveCode Create for the first time after some years and after seen the last release (DP 10).
For that I made a very simple app that let us test REST API, with a small script code. In “Run mode” the app works well. I don’t have any script error (on Native IDE). I wanted to test deploy and preview option and…It seems that it’s not working :
What I did
I set the deployment option on Windows with :
- A name for the app
- And identifier (just something)
- The initial layout (there’s only one)
- A description
- Check x86_64
- Give and executable name like “Rest_test” without the quotes
- UAC : default.
At the beginning I just added my depoyment options, with the default one.
When I pushed the preview button, the project saves itself and I had a preview only on my browser (for a desktop app…).
When I pushed the Deploy option, using my deployment configuration, choosing a directory, I just have a message “Deployment to Win32 cancelled”. Also I have these errors logged :
Script output <_wasResponseCallback of stack “C:/Users/cryst/AppData/Roaming/LiveCode/Components/LiveCode Create 1.0 (dp 10)/Create/_build/cloud/ide/was-library.livecodescript”>
DynamoDB Request Error: com.amazon.coral.validate#ValidationException
ExpressionAttributeValues contains invalid value: Empty attribute name for key :1
These error repeat themself in a loop I have to close the program and to re open it.
I tried to delete the default deployment configuration to let only mine. But after that :
- The preview does not work anymore (“Preview failed”).
- Same problem for the deployment.
On a mac :
-
IDE seems to work better (no freeze / heavy things)
-
The deployment on mac works but when launch the app, the app asks me to log in with my Livecode credentials ? Why it’s not intended for me (If I deploy for example a free tool to everyone). In add when use my app (that works in IDE) I have an error : “Cannot load SSL library”, like the app does not contain what it needed to work ?
On a mac the preview only launches on a browser not in a native way either. The preview does not work as intended in the browser, like it seems to work in the IDE too.
So, is there anything I missed ?
Thanks in advance…
Cheers