API Call from Mobile App - Result JSON

I just started the server like so!

I write my apps in different SDKs

At the moment I’m trying to build something in GODOT Engine.

But the SDK does not matter I just put the URL in the browser. Calling the URL from my ueberspace Webserver works. Calling it locally crashes the Server.

Hm, maybe it’s an issue with this PHP built-in server. Could you try something like MAMP, Valet or so to check if you run into the same issue?

Ok, I tested this now with the built-in server as well, and I am running into the same issue. Browser trying to load for ages until finally failing with that error message.

While the built-in server is fine for quick testing of stuff, in general I wouldn’t rely on it for PHP development.

I have used Laravel Valet for a very long time, but since it totally crashed two times in quick succession this year, I am now back to MAMP Pro.

i understand! I’m doing the work direct on the Webserver now! I love Kirby :slight_smile: