Atozed Forums

Full Version: New IW app all fail with GraphQL error
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I thought it was a problem with the TMS components demo but it turns out I can't seem to get ANY new IW application to work.

Existing applications works fine but when I create a new app (standalone wheter using indy or HTTP.sys), all i get when I run it is an error in the browser:

"Cannot return null for non-nullable field Settings.canCollectData"

I'm using Delphi 10.2.3 Tokyo, IW 15.1.4

When I look into the debug console, I can see two POST requests to http://127.0.0.1:8888/graphql right after loading main.js.


Any idea what could be going wrong?

thanks, Stephane
I use the same version of Delphi and using IW 15.1.4 or 15.1.5 to create new applications all the time and they work flawlessly.

Are you sure you don't have files from other versions left in your HDD? Can you please check your library path?
Rebooting got rid of the issue, even for projects that where already compiled. Not sure what the problem was but it's likely a conflict with port 8888 and another app.
Cool. Thanks for the follow up.