serverpod / serverpod_docs

Serverpod's official documentation.
21 stars 61 forks source link

docs: added a new section to getting started for iOS simulator #132

Closed Code-Remote closed 3 months ago

Code-Remote commented 3 months ago

I wanted to get started with ServerPod but it failed on my chrome browser, since i had ran it before and it worked I was too lazy to debug it so I thought I'll try it out on my iPhone simulator. There it also crashed, then I tried Android emulator, there it worked. Apparently the SocketException on iOS was due to the fact that an iPhone simulator uses localhost for itself. After changing local host to the ip address of my own machine it worked.

SandPod commented 3 months ago

Hey @Code-Remote!

Thank you for the contribution to the documentation! We will take a look at this shortly! :)