wnnacry
My Email Host Provider Can't Resolve MX Record because of the CNAME in Railway
Update: my email host provider told me the put into A record. Does it's work for railway because when i want to custom domain to configure DNS Records railway give me type of CNAME
7 replies
Can't deploy react
Update: the error solve by adding port call in the package.json
But i find new error in email said Deploy Ran Out of Memory!
This is the logs in deploy logs
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
container event container restart
yarn run v1.22.22
$ PORT=$PORT react-scripts start
Browserslist: caniuse-lite is outdated. Please run:
npx update-browserslist-db@latest
Why you should do it regularly: https://github.com/browserslist/update-db#readme
(node:32) [DEP_WEBPACK_DEV_SERVER_ON_AFTER_SETUP_MIDDLEWARE] DeprecationWarning: 'onAfterSetupMiddleware' option is deprecated. Please use the 'setupMiddlewares' option.
(Use
node --trace-deprecation ...
to show where the warning was created)
(node:32) [DEP_WEBPACK_DEV_SERVER_ON_BEFORE_SETUP_MIDDLEWARE] DeprecationWarning: 'onBeforeSetupMiddleware' option is deprecated. Please use the 'setupMiddlewares' option.
Starting the development server...
The build failed because the process exited too early. This probably means the system ran out of memory or someone called kill -9
on the process.
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
container event container died6 replies