I want to run scrapy server with this command:
scrapy server
It failed because there is no project.Then I create an empty project to run server, an deploy another project successfully. But, scrapy server cannot work with this project, and tell me it cannot find the spider. Why? It means I must run a different server with each project?