Good morning. I am trying to start a new project in my Docker container with framework without server and offline without server. After installing everything, I issue the command. sls --stage development offline start --host 0.0.0.0 And I get the following error message. Error: Detected unrecognized CLI options: "--host".
If anyone knows anything about this problem, any help would be very helpful. Thank you very much for your attention.
I test serverless-dotenv-plugin and create a .env.development file file and test serverless offline with the -stage development to connect to my database, which is in a Docker container.