Case sensitive component name

Hello, I am getting error while deploying website: cannot find file "./Components/Main/Rooms. I tried cache clearing and renaming file to start from capital letter as the actual component name. The logs are these:

4:42:20 PM: Build ready to start
4:42:23 PM: build-image version: 9cade8af58c2cf3a17a1e9433d2e979149488837
4:42:23 PM: build-image tag: v3.3.5
4:42:23 PM: buildbot version: 2d05064ce3dd2eb95d282a24602ab707dd9581e8
4:42:23 PM: Fetching cached dependencies
4:42:23 PM: Starting to download cache of 745.2MB
4:42:29 PM: Finished downloading cache in 6.245367446s
4:42:29 PM: Starting to extract cache
4:42:53 PM: Finished extracting cache in 23.773958354s
4:42:53 PM: Finished fetching cache in 30.2564325s
4:42:53 PM: Starting to prepare the repo for build
4:42:53 PM: Preparing Git Reference refs/heads/master
4:43:20 PM: Starting build script
4:43:20 PM: Installing dependencies
4:43:21 PM: Started restoring cached node version
4:43:26 PM: Finished restoring cached node version
4:43:27 PM: v10.18.0 is already installed.
4:43:28 PM: Now using node v10.18.0 (npm v6.13.4)
4:43:28 PM: Attempting ruby version 2.6.2, read from environment
4:43:30 PM: Using ruby version 2.6.2
4:43:30 PM: Using PHP version 5.6
4:43:30 PM: Started restoring cached node modules
4:43:33 PM: Finished restoring cached node modules
4:43:33 PM: Installing NPM modules using NPM version 6.13.4
4:43:56 PM: npm
4:43:56 PM: WARN
4:43:56 PM:  @typescript-eslint/eslint-plugin@1.6.0 requires a peer of typescript@* but none is installed. You must install peer dependencies yourself.
4:43:56 PM: npm
4:43:56 PM: WARN @typescript-eslint/parser@1.6.0 requires a peer of typescript@* but none is installed. You must install peer dependencies yourself.
4:43:56 PM: npm WARN @typescript-eslint/typescript-estree@1.6.0 requires a peer of typescript@* but none is installed. You must install peer dependencies yourself.
4:43:56 PM: npm WARN react-async-script-loader@0.3.0 requires a peer of react@^15.5.4 but none is installed. You must install peer dependencies yourself.
4:43:56 PM: npm WARN react-paypal-express-checkout@1.0.5 requires a peer of react@~0.14.8 || ^15.5.0 but none is installed. You must install peer dependencies yourself.
4:43:56 PM: npm WARN
4:43:56 PM:  react-paypal-express-checkout@1.0.5 requires a peer of react-dom@~0.14.8 || ^15.5.0 but none is installed. You must install peer dependencies yourself.
4:43:56 PM: npm WARN react-screen-orientation@0.0.3 requires a peer of react@^0.14.0 || ^15.0.0-rc.1 but none is installed. You must install peer dependencies yourself.
4:43:56 PM: npm WARN react-screen-orientation@0.0.3 requires a peer of webpack@^1.12.2 but none is installed. You must install peer dependencies yourself.
4:43:56 PM: npm WARN tsutils@3.14.0 requires a peer of typescript@>=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev but none is installed. You must install peer dependencies yourself.
4:43:56 PM: npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.11 (node_modules/nodemon/node_modules/fsevents):
4:43:56 PM: npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.11: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
4:43:56 PM: npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.9 (node_modules/jest-haste-map/node_modules/fsevents):
4:43:56 PM: npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.9: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
4:43:56 PM: npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@2.0.6 (node_modules/fsevents):
4:43:56 PM: npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.0.6: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
4:43:56 PM: npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.9 (node_modules/chokidar/node_modules/fsevents):
4:43:56 PM: npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.9: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
4:43:56 PM: added 6 packages from 3 contributors and audited 894472 packages in 18.347s
4:43:58 PM: 2 packages are looking for funding
4:43:58 PM:   run `npm fund` for details
4:43:58 PM: found 16375 vulnerabilities (1 low, 21 moderate, 16352 high, 1 critical)
4:43:58 PM:   run `npm audit fix` to fix them, or `npm audit` for details
4:43:58 PM: NPM modules installed
4:43:59 PM: Started restoring cached go cache
4:43:59 PM: Finished restoring cached go cache
4:43:59 PM: unset GOOS;
4:43:59 PM: unset GOARCH;
4:43:59 PM: export GOROOT='/opt/buildhome/.gimme/versions/go1.12.linux.amd64';
4:43:59 PM: export PATH="/opt/buildhome/.gimme/versions/go1.12.linux.amd64/bin:${PATH}";
4:43:59 PM: go version >&2;
4:43:59 PM: export GIMME_ENV='/opt/buildhome/.gimme/env/go1.12.linux.amd64.env';
4:43:59 PM: go version go1.12 linux/amd64
4:43:59 PM: Installing missing commands
4:43:59 PM: Verify run directory
4:43:59 PM: Executing user command: npm run build
4:43:59 PM: > react-app@0.1.0 build /opt/build/repo
4:43:59 PM: > react-scripts build
4:44:01 PM: Creating an optimized production build...
4:44:02 PM: Browserslist: caniuse-lite is outdated. Please run next command `npm update`
4:44:05 PM: Failed to compile.
4:44:05 PM: ./src/App.js
4:44:05 PM: Cannot find file './Components/Main/Rooms' in './src'.
4:44:05 PM: npm
4:44:05 PM:  ERR! code
4:44:05 PM:  ELIFECYCLE
4:44:05 PM: npm
4:44:05 PM: ERR!
4:44:05 PM: errno
4:44:05 PM:  1
4:44:05 PM: npm
4:44:05 PM:  ERR!
4:44:05 PM:  react-app@0.1.0 build: `react-scripts build`
4:44:05 PM: npm
4:44:05 PM: ERR!
4:44:05 PM:  Exit status 1
4:44:05 PM: npm
4:44:05 PM:  ERR!
4:44:05 PM: failed during stage 'building site': Build script returned non-zero exit code: 1
4:44:05 PM: npm ERR!
4:44:05 PM:  Failed at the react-app@0.1.0 build script.
4:44:05 PM: npm
4:44:05 PM: ERR!
4:44:05 PM:  This is probably not a problem with npm. There is likely additional logging output above.
4:44:05 PM: Shutting down logging, 20 messages pending
4:44:05 PM: npm ERR!
4:44:05 PM:  A complete log of this run can be found in:
4:44:05 PM: npm ERR!     /opt/buildhome/.npm/_logs/2020-01-04T14_44_05_413Z-debug.log


on localhost works fine.

Hi rromikas - please note that your file is Rooms not rooms - everything else you have seems lowercase.

Our systems are case sensitive as they run on linux, so Rooms.jsx and rooms.jsx are not the same, even if it works with your local machine.

If that still doesn’t work, or, maybe, additionally, are you sure that file is added to your repo and pushed?