Nesim Tunc

Results 16 comments of Nesim Tunc

Yes, same here with @matkuznik Adding libs to test target is not a problem, however running tests are crashed due random errors from Firebase. For example: `-[FBLPromise HTTPBody]: unrecognized selector...

I had to switch to pods, with that the error has gone. Thank you @morganchen12

Wooww @ricardombiot awesome! So fast!! I didn't know that we can connect via `http` 😳 One thing I could see that is the uri's http part can come from the...

Yes, you can run the app like with custom port: Replace this: `app.run(host="0.0.0.0", debug = False)` with this: `app.run(host="0.0.0.0", port=3001, debug = False)` And update `5000` to `3001` in _client_...

Hi @angel1st I don't know about next.js but here's what I found: https://nextjs.org/docs/pages/building-your-application/upgrading/version-11#port-is-now-supported-for-next-dev-and-next-start

Where the problem was laying? I'm also having this issue, tried the solution here and there, no luck.