Atozed Forums
New IW app all fail with GraphQL error - Printable Version

+- Atozed Forums (https://www.atozed.com/forums)
+-- Forum: Atozed Software Products (https://www.atozed.com/forums/forum-1.html)
+--- Forum: IntraWeb (https://www.atozed.com/forums/forum-3.html)
+---- Forum: English (https://www.atozed.com/forums/forum-16.html)
+----- Forum: IntraWeb General Discussion (https://www.atozed.com/forums/forum-4.html)
+----- Thread: New IW app all fail with GraphQL error (/thread-1267.html)



New IW app all fail with GraphQL error - Fulgan - 09-25-2019

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


RE: New IW app all fail with GraphQL error - Alexandre Machado - 09-26-2019

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?


RE: New IW app all fail with GraphQL error - Fulgan - 09-27-2019

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.


RE: New IW app all fail with GraphQL error - kudzu - 09-27-2019

Cool. Thanks for the follow up.