Milan Felix Šulc

Results 408 comments of Milan Felix Šulc

@solamichealolawale Can you show me repository and public vercel URL?

I was fixing other bug, now it's time for your app. :-)

Hi, will take a look thanks for the report.

Hi @fascinated, so far I didn't check Vercel logs for this type of exceptions, I must take a look.

Under the hood, there is simple PHP built-in development server. If you start your script like that `php -S 0.0.0.0:8080 api/index.php` you can see what is on stdout and what...

Hi, you should use `/tmp` folder for cache and logs.

Hi, unfortunately workerman is not supported. You can use swoole, but in non server mode.

I think serverless is not good way to run workerman.

Hi @asispts. Do you have composer.lock versioned in your project?