You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 30, 2023. It is now read-only.
... we have deployed strapi in platformsh and we have noticed at some point strapi process is spawned twice and it is getting restarted continuously, this is the output of the app.log:
app.log:
[2021-11-11T13:34:26.732Z] debug ⛔️ Server wasn't able to start properly.
[2021-11-11T13:34:26.734Z] error The port 8888 is already used by another application.
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
yarn run v1.22.5
$ strapi start
Using Platform.sh configuration with relationship postgresdatabase.
User reports:
app.log:[2021-11-11T13:34:26.732Z] debug ⛔️ Server wasn't able to start properly. [2021-11-11T13:34:26.734Z] error The port 8888 is already used by another application. error Command failed with exit code 1. info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command. yarn run v1.22.5 $ strapi start Using Platform.sh configuration with relationship postgresdatabase.Modifications to template:
diskcrons