Why my site is not being deployed when everything works fine in the logs?

Netlify site: [clinquant-cobbler-923f85.netlify.app](https://clinquant-cobbler-923f85.netlify.app)

Hey guys I am deploying a mern app to react app and everything works fine but it keeps showing build in progress, plus the backend does not work.

Here is the bleedingAyush/messagely (github.com)
Here are the logs

10:59:15 AM: Build ready to start
10:59:21 AM: build-image version: d7b3dbfb0846505993c9a131894d1858074c90b4 (focal)
10:59:21 AM: build-image tag: v4.10.1
10:59:21 AM: buildbot version: 67e75f1ba713a8213d4b5a8ccf9708af751e2390
10:59:21 AM: Fetching cached dependencies
10:59:21 AM: Starting to download cache of 791.8KB
10:59:21 AM: Finished downloading cache in 70.913844ms
10:59:21 AM: Starting to extract cache
10:59:21 AM: Finished extracting cache in 8.182496ms
10:59:21 AM: Finished fetching cache in 113.517575ms
10:59:21 AM: Starting to prepare the repo for build
10:59:21 AM: Preparing Git Reference refs/heads/main
10:59:22 AM: Parsing package.json dependencies
10:59:22 AM: Starting build script
10:59:22 AM: Installing dependencies
10:59:22 AM: Python version set to 2.7
10:59:23 AM: Downloading and installing node v16.17.0...
10:59:23 AM: Downloading https://nodejs.org/dist/v16.17.0/node-v16.17.0-linux-x64.tar.xz...
10:59:23 AM: Computing checksum with sha256sum
10:59:23 AM: Checksums matched!
10:59:25 AM: Now using node v16.17.0 (npm v8.15.0)
10:59:25 AM: Started restoring cached build plugins
10:59:25 AM: Finished restoring cached build plugins
10:59:25 AM: Attempting ruby version 2.7.2, read from environment
10:59:26 AM: Using ruby version 2.7.2
10:59:26 AM: Using PHP version 8.0
10:59:26 AM: WARNING: The environment variable 'NODE_ENV' is set to 'production'. Any 'devDependencies' in package.json will not be installed
10:59:26 AM: No npm workspaces detected
10:59:26 AM: Started restoring cached node modules
10:59:26 AM: Finished restoring cached node modules
10:59:27 AM: Installing NPM modules using NPM version 8.15.0
10:59:27 AM: npm WARN config tmp This setting is no longer used.  npm stores temporary files in a special
10:59:27 AM: npm WARN config location in the cache, and they are managed by
10:59:27 AM: npm WARN config     [`cacache`](http://npm.im/cacache).
10:59:27 AM: npm WARN config tmp This setting is no longer used.  npm stores temporary files in a special
10:59:27 AM: npm WARN config location in the cache, and they are managed by
10:59:27 AM: npm WARN config     [`cacache`](http://npm.im/cacache).
10:59:28 AM: npm WARN deprecated uuid@3.4.0: Please upgrade  to version 7 or higher.  Older versions may use Math.random() in certain circumstances, which is known to be problematic.  See https://v8.dev/blog/math-random for details.
10:59:28 AM: npm WARN deprecated har-validator@5.1.5: this library is no longer supported
10:59:29 AM: npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
10:59:33 AM: added 277 packages, and audited 278 packages in 6s
10:59:33 AM: 23 packages are looking for funding
10:59:33 AM:   run `npm fund` for details
10:59:33 AM: found 0 vulnerabilities
10:59:33 AM: NPM modules installed
10:59:33 AM: npm WARN config tmp This setting is no longer used.  npm stores temporary files in a special
10:59:33 AM: npm WARN config location in the cache, and they are managed by
10:59:33 AM: npm WARN config     [`cacache`](http://npm.im/cacache).
10:59:33 AM: Started restoring cached go cache
10:59:33 AM: Finished restoring cached go cache
10:59:33 AM: Installing Go version 1.17 (requested 1.17)
10:59:38 AM: unset GOOS;
10:59:38 AM: unset GOARCH;
10:59:38 AM: export GOROOT='/opt/buildhome/.gimme/versions/go1.17.linux.amd64';
10:59:38 AM: export PATH="/opt/buildhome/.gimme/versions/go1.17.linux.amd64/bin:${PATH}";
10:59:38 AM: go version >&2;
10:59:38 AM: export GIMME_ENV="/opt/buildhome/.gimme/env/go1.17.linux.amd64.env"
10:59:38 AM: go version go1.17 linux/amd64
10:59:38 AM: Installing missing commands
10:59:38 AM: Verify run directory
10:59:39 AM: ​
10:59:39 AM: ────────────────────────────────────────────────────────────────
10:59:39 AM:   Netlify Build                                                 
10:59:39 AM: ────────────────────────────────────────────────────────────────
10:59:39 AM: ​
10:59:39 AM: ❯ Version
10:59:39 AM:   @netlify/build 27.16.1
10:59:39 AM: ​
10:59:39 AM: ❯ Flags
10:59:39 AM:   baseRelDir: true
10:59:39 AM:   buildId: 6312e62b3a887a00086f66f4
10:59:39 AM:   deployId: 6312e62b3a887a00086f66f6
10:59:39 AM: ​
10:59:39 AM: ❯ Current directory
10:59:39 AM:   /opt/build/repo
10:59:39 AM: ​
10:59:39 AM: ❯ Config file
10:59:39 AM:   No config file was defined: using default values.
10:59:39 AM: ​
10:59:39 AM: ❯ Context
10:59:39 AM:   production
10:59:39 AM: ​
10:59:39 AM: ────────────────────────────────────────────────────────────────
10:59:39 AM:   1. Build command from Netlify app                             
10:59:39 AM: ────────────────────────────────────────────────────────────────
10:59:39 AM: ​
10:59:39 AM: $ npm run build
10:59:39 AM: npm WARN config tmp This setting is no longer used.  npm stores temporary files in a special
10:59:39 AM: npm WARN config location in the cache, and they are managed by
10:59:39 AM: npm WARN config     [`cacache`](http://npm.im/cacache).
10:59:39 AM: > messagely@1.0.0 build
10:59:39 AM: > concurrently "npm run server" "npm run build-client"
10:59:39 AM: [0] npm WARN config tmp This setting is no longer used.  npm stores temporary files in a special
10:59:39 AM: [0] npm WARN config location in the cache, and they are managed by
10:59:39 AM: [0] npm WARN config     [`cacache`](http://npm.im/cacache).
10:59:39 AM: [1] npm WARN config tmp This setting is no longer used.  npm stores temporary files in a special
10:59:39 AM: [1] npm WARN config location in the cache, and they are managed by
10:59:39 AM: npm WARN config     [`cacache`](http://npm.im/cacache).
10:59:39 AM: [0]
10:59:39 AM: [0] > messagely@1.0.0 server
10:59:39 AM: [0] > node backend/server.js
10:59:39 AM: [0]
10:59:39 AM: [1]
10:59:39 AM: [1] > messagely@1.0.0 build-client
10:59:39 AM: [1] > NPM_CONFIG_PRODUCTION=false npm install --prefix frontend && npm run build --prefix frontend
10:59:39 AM: [1]
10:59:40 AM: [1] npm WARN config production Use `--omit=dev` instead.
10:59:40 AM: [1] npm WARN config tmp This setting is no longer used.  npm stores temporary files in a special
10:59:40 AM: [1] npm WARN config location in the cache, and they are managed by
10:59:40 AM: [1] npm WARN config     [`cacache`](http://npm.im/cacache).
10:59:40 AM: [0] server is running on port 5000
10:59:42 AM: [0] System connected to mongo server.
10:59:43 AM: [1] npm WARN deprecated stable@0.1.8: Modern JS already guarantees Array#sort() is a stable sort, so this library is deprecated. See the compatibility table on MDN: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/sort#browser_compatibility
10:59:44 AM: [1] npm WARN deprecated redux-devtools-extension@2.13.9: Package moved to @redux-devtools/extension.
10:59:46 AM: [1] npm WARN deprecated svgo@1.3.2: This SVGO version is no longer supported. Upgrade to v2.x.x.
10:59:46 AM: [1] npm WARN deprecated @types/redux-devtools-extension@2.13.2: This is a stub types definition for redux-devtools-extension (https://github.com/zalmoxisus/redux-devtools-extension). redux-devtools-extension provides its own type definitions, so you don't need @types/redux-devtools-extension installed!
10:59:50 AM: [1]
10:59:50 AM: [1] added 1330 packages, and audited 1331 packages in 10s
10:59:50 AM: [1]
10:59:50 AM: [1] 209 packages are looking for funding
10:59:50 AM: [1]   run `npm fund` for details
10:59:50 AM: [1]
10:59:50 AM: [1] 6 high severity vulnerabilities
10:59:50 AM: [1]
10:59:50 AM: [1] To address all issues (including breaking changes), run:
10:59:50 AM: [1]   npm audit fix --force
10:59:50 AM: [1]
10:59:50 AM: [1] Run `npm audit` for details.
10:59:50 AM: [1] npm WARN config tmp This setting is no longer used.  npm stores temporary files in a special
10:59:50 AM: npm WARN config location in the cache, and they are managed by
10:59:50 AM: npm WARN config     [`cacache`](http://npm.im/cacache).
10:59:50 AM: [1]
10:59:50 AM: [1] > frontend@0.1.0 build
10:59:50 AM: [1] > react-scripts build
10:59:50 AM: [1]
10:59:51 AM: [1] Creating an optimized production build...
11:00:07 AM: [1] Compiled with warnings.
11:00:07 AM: [1] 
11:00:07 AM: [1] [eslint]
11:00:07 AM: [1] src/components/Modal.tsx
11:00:07 AM: [1]   Line 5:8:     'useClickOutside' is defined but never used                                                                                                                                                                                          @typescript-eslint/no-unused-vars
11:00:07 AM: [1]   Line 9:3:     'useCreateChatMutation' is defined but never used                                                                                                                                                                                    @typescript-eslint/no-unused-vars
11:00:07 AM: [1]   Line 53:58:   Expected '!==' and instead saw '!='                                                                                                                                                                                                  eqeqeq
11:00:07 AM: [1]   Line 69:6:    React Hook useEffect has a missing dependency: 'closeModal'. Either include it or remove the dependency array. If 'closeModal' changes too often, find the parent component that defines it and wrap that definition in useCallback  react-hooks/exhaustive-deps
11:00:07 AM: [1]   Line 73:6:    React Hook useEffect has a missing dependency: 'isUpdateGroupChatError'. Either include it or remove the dependency array                                                                                                            react-hooks/exhaustive-deps
11:00:07 AM: [1]   Line 84:12:   Expected '===' and instead saw '=='                                                                                                                                                                                                  eqeqeq
11:00:07 AM: [1]   Line 119:29:  Expected '===' and instead saw '=='                                                                                                                                                                                                  eqeqeq
11:00:07 AM: [1]   Line 132:15:  Expected '===' and instead saw '=='                                                                                                                                                                                                  eqeqeq
11:00:07 AM: [1]
11:00:07 AM: [1] src/components/Profile/hooks/useChangeUsername.ts
11:00:07 AM: [1]   Line 28:15:  Expected '===' and instead saw '=='  eqeqeq
11:00:07 AM: [1]
11:00:07 AM: [1] src/components/Profile/hooks/useUploadImage.ts
11:00:07 AM: [1]   Line 52:6:    React Hook useEffect has missing dependencies: 'imageUploadData.url' and 'updateProfilePic'. Either include them or remove the dependency array  react-hooks/exhaustive-deps
11:00:07 AM: [1]   Line 78:6:    React Hook useEffect has missing dependencies: 'imageKitAuthData' and 'uploadPic'. Either include them or remove the dependency array            react-hooks/exhaustive-deps
11:00:07 AM: [1]   Line 98:6:    React Hook useEffect has a missing dependency: 'getImageKitAuthParams'. Either include it or remove the dependency array                         react-hooks/exhaustive-deps
11:00:07 AM: [1]   Line 104:51:  Expected '===' and instead saw '=='                                                                                                              eqeqeq
11:00:07 AM: [1]
11:00:07 AM: [1] src/components/Profile/index.tsx
11:00:07 AM: [1]   Line 1:10:   'useCallback' is defined but never used                                                                                              @typescript-eslint/no-unused-vars
11:00:07 AM: [1]   Line 1:34:   'useMemo' is defined but never used                                                                                                  @typescript-eslint/no-unused-vars
11:00:07 AM: [1]   Line 2:10:   'Navigate' is defined but never used                                                                                                 @typescript-eslint/no-unused-vars
11:00:07 AM: [1]   Line 2:20:   'NavLink' is defined but never used                                                                                                  @typescript-eslint/no-unused-vars
11:00:07 AM: [1]   Line 10:3:   'useChangeUsernameMutation' is defined but never used                                                                                @typescript-eslint/no-unused-vars
11:00:07 AM: [1]   Line 11:3:   'useGetImagekitAuthParamsQuery' is defined but never used                                                                            @typescript-eslint/no-unused-vars
11:00:07 AM: [1]   Line 20:8:   'Toast' is defined but never used                                                                                                    @typescript-eslint/no-unused-vars
11:00:07 AM: [1]   Line 27:5:   'getImageKitAuthParams' is assigned a value but never used                                                                           @typescript-eslint/no-unused-vars
11:00:07 AM: [1]   Line 29:13:  'imageKitAuthData' is assigned a value but never used                                                                                @typescript-eslint/no-unused-vars
11:00:07 AM: [1]   Line 31:18:  'isImagekitAuthSuccess' is assigned a value but never used                                                                           @typescript-eslint/no-unused-vars
11:00:07 AM: [1]   Line 36:5:   'updateProfilePic' is assigned a value but never used                                                                                @typescript-eslint/no-unused-vars
11:00:07 AM: [1]   Line 42:5:   'uploadPic' is assigned a value but never used                                                                                       @typescript-eslint/no-unused-vars
11:00:07 AM: [1]   Line 44:13:  'imageUploadData' is assigned a value but never used                                                                                 @typescript-eslint/no-unused-vars
11:00:07 AM: [1]   Line 46:18:  'isImageUploadSuccess' is assigned a value but never used                                                                            @typescript-eslint/no-unused-vars
11:00:07 AM: [1]   Line 48:14:  'imageUploadError' is assigned a value but never used                                                                                @typescript-eslint/no-unused-vars
11:00:07 AM: [1]   Line 58:6:   React Hook useEffect has a missing dependency: 'stopLoading'. Either include it or remove the dependency array                       react-hooks/exhaustive-deps
11:00:07 AM: [1]   Line 74:6:   React Hook useEffect has missing dependencies: 'startLoading' and 'stopLoading'. Either include them or remove the dependency array  react-hooks/exhaustive-deps
11:00:07 AM: [1]
11:00:07 AM: [1] src/components/SideMenuComponent.tsx
11:00:07 AM: [1]   Line 1:27:  'useEffect' is defined but never used    @typescript-eslint/no-unused-vars
11:00:07 AM: [1]   Line 1:38:  'useCallback' is defined but never used  @typescript-eslint/no-unused-vars
11:00:07 AM: [1]
11:00:07 AM: [1] src/components/SkeletonLoad.tsx
11:00:07 AM: [1]   Line 21:14:  Expected '===' and instead saw '=='  eqeqeq
11:00:07 AM: [1]   Line 94:24:  Expected '===' and instead saw '=='  eqeqeq
11:00:07 AM: [1]
11:00:07 AM: [1] src/hooks/useDimensions.ts
11:00:07 AM: [1]   Line 2:10:  'useLocation' is defined but never used                                                                                                                                                                                                 @typescript-eslint/no-unused-vars
11:00:07 AM: [1]   Line 78:6:  React Hook useEffect has a missing dependency: 'dimensions'. Either include it or remove the dependency array. You can also do a functional update 'setDimensions(d => ...)' if you only need 'dimensions' in the 'setDimensions' call  react-hooks/exhaustive-deps
11:00:07 AM: [1]
11:00:07 AM: [1] src/hooks/useGetData.ts
11:00:07 AM: [1]   Line 1:8:     'React' is defined but never used                                                                                                                                                                                                                                                               @typescript-eslint/no-unused-vars
11:00:07 AM: [1]   Line 42:6:    React Hook useEffect has missing dependencies: 'dispatch' and 'fetchMessages'. Either include them or remove the dependency array                                                                                                                                                               react-hooks/exhaustive-deps
11:00:07 AM: [1]   Line 47:59:   Expected '===' and instead saw '=='                                                                                                                                                                                                                                                             eqeqeq
11:00:07 AM: [1]   Line 55:5:    'isQueryLoading' is assigned a value but never used                                                                                                                                                                                                                                             @typescript-eslint/no-unused-vars
11:00:07 AM: [1]   Line 57:5:    'isQueryUninitialized' is assigned a value but never used                                                                                                                                                                                                                                       @typescript-eslint/no-unused-vars
11:00:07 AM: [1]   Line 85:40:   Array.prototype.map() expects a return value from arrow function                                                                                                                                                                                                                                array-callback-return
11:00:07 AM: [1]   Line 97:27:   Expected '!==' and instead saw '!='                                                                                                                                                                                                                                                             eqeqeq
11:00:07 AM: [1]   Line 119:29:  Expected '!==' and instead saw '!='                                                                                                                                                                                                                                                             eqeqeq
11:00:07 AM: [1]   Line 119:60:  Expected '===' and instead saw '=='                                                                                                                                                                                                                                                             eqeqeq
11:00:07 AM: [1]   Line 125:6:   React Hook useEffect has missing dependencies: 'chatId', 'hasMoreData', 'messageData', and 'messagesQueryData'. Either include them or remove the dependency array. You can also do a functional update 'setMessageData(m => ...)' if you only need 'messageData' in the 'setMessageData' call  react-hooks/exhaustive-deps
11:00:07 AM: [1]   Line 134:54:  Expected '===' and instead saw '=='                                                                                                                                                                                                                                                             eqeqeq
11:00:07 AM: [1]   Line 135:42:  Expected '!==' and instead saw '!='                                                                                                                                                                                                                                                             eqeqeq
11:00:07 AM: [1]   Line 141:6:   React Hook useEffect has missing dependencies: 'chatId' and 'data'. Either include them or remove the dependency array                                                                                                                                                                          react-hooks/exhaustive-deps
11:00:07 AM: [1]   Line 164:34:  Expected '!==' and instead saw '!='                                                                                                                                                                                                                                                             eqeqeq
11:00:07 AM: [1]   Line 179:70:  Array.prototype.filter() expects a value to be returned at the end of arrow function                                                                                                                                                                                                            array-callback-return
11:00:07 AM: [1]   Line 195:6:   React Hook useEffect has missing dependencies: 'data?.messages', 'isError', 'isFetching', and 'messageData'. Either include them or remove the dependency array                                                                                                                                 react-hooks/exhaustive-deps
11:00:07 AM: [1]
11:00:07 AM: [1] src/hooks/useUserDetails.ts
11:00:07 AM: [1]   Line 1:10:  'IUser' is defined but never used  @typescript-eslint/no-unused-vars
11:00:07 AM: [1]
11:00:07 AM: [1] src/pages/Chats/components/ChatHeader.tsx
11:00:07 AM: [1]   Line 1:21:   'useRef' is defined but never used                                                                                                                @typescript-eslint/no-unused-vars
11:00:07 AM: [1]   Line 34:6:   React Hook useEffect has a missing dependency: 'user._id'. Either include it or remove the dependency array                                       react-hooks/exhaustive-deps
11:00:07 AM: [1]   Line 38:53:  Expected '===' and instead saw '=='                                                                                                               eqeqeq
11:00:07 AM: [1]   Line 60:6:   React Hook useEffect has missing dependencies: 'dispatch', 'id', 'isMounted', and 'user._id'. Either include them or remove the dependency array  react-hooks/exhaustive-deps
11:00:07 AM: [1]
11:00:07 AM: [1] src/pages/Chats/components/ChatsListView.tsx
11:00:07 AM: [1]   Line 29:24:  Expected '===' and instead saw '=='  eqeqeq
11:00:07 AM: [1]   Line 62:40:  Expected '===' and instead saw '=='  eqeqeq
11:00:07 AM: [1]
11:00:07 AM: [1] src/pages/Chats/components/Message.tsx
11:00:07 AM: [1]   Line 92:23:  Expected '===' and instead saw '=='  eqeqeq
11:00:07 AM: [1]
11:00:07 AM: [1] src/pages/Chats/components/MessageComponent.tsx
11:00:07 AM: [1]   Line 2:10:   'User' is defined but never used                @typescript-eslint/no-unused-vars
11:00:07 AM: [1]   Line 20:5:   'isSuccess' is assigned a value but never used  @typescript-eslint/no-unused-vars
11:00:07 AM: [1]   Line 21:5:   'isError' is assigned a value but never used    @typescript-eslint/no-unused-vars
11:00:07 AM: [1]   Line 22:5:   'isLoading' is assigned a value but never used  @typescript-eslint/no-unused-vars
11:00:07 AM: [1]   Line 25:5:   'firstData' is assigned a value but never used  @typescript-eslint/no-unused-vars
11:00:07 AM: [1]   Line 32:33:  Expected '===' and instead saw '=='             eqeqeq
11:00:07 AM: [1]   Line 38:70:  Expected '!==' and instead saw '!='             eqeqeq
11:00:07 AM: [1]   Line 64:28:  Expected '===' and instead saw '=='             eqeqeq
11:00:07 AM: [1]
11:00:07 AM: [1] src/pages/Chats/components/MessageInput.tsx
11:00:07 AM: [1]   Line 18:24:  Expected '===' and instead saw '=='  eqeqeq
11:00:07 AM: [1]   Line 25:19:  Expected '===' and instead saw '=='  eqeqeq
11:00:07 AM: [1]
11:00:07 AM: [1] src/pages/Chats/components/MessagesBlock.tsx
11:00:07 AM: [1]   Line 41:6:   React Hook useEffect has missing dependencies: 'block', 'dispatch', 'entryDateMarker?.boundingClientRect?.y', and 'entryLastMessage?.boundingClientRect?.y'. Either include them or remove the dependency array  react-hooks/exhaustive-deps
11:00:07 AM: [1]   Line 74:38:  Expected '===' and instead saw '=='                                                                                                                                                                              eqeqeq
11:00:07 AM: [1]
11:00:07 AM: [1] src/pages/Chats/hooks/useChatUser.ts
11:00:07 AM: [1]   Line 1:10:   'memo' is defined but never used                    @typescript-eslint/no-unused-vars
11:00:07 AM: [1]   Line 1:27:   'useRef' is defined but never used                  @typescript-eslint/no-unused-vars
11:00:07 AM: [1]   Line 1:35:   'useState' is defined but never used                @typescript-eslint/no-unused-vars
11:00:07 AM: [1]   Line 3:3:    'messagelyApi' is defined but never used            @typescript-eslint/no-unused-vars
11:00:07 AM: [1]   Line 15:16:  'isChatSuccess' is assigned a value but never used  @typescript-eslint/no-unused-vars
11:00:07 AM: [1]   Line 17:16:  'isChatLoading' is assigned a value but never used  @typescript-eslint/no-unused-vars
11:00:07 AM: [1]   Line 23:28:  Expected '===' and instead saw '=='                 eqeqeq
11:00:07 AM: [1]
11:00:07 AM: [1] src/pages/Chats/hooks/useChatsData.ts
11:00:07 AM: [1]   Line 1:8:   'React' is defined but never used                                                                               @typescript-eslint/no-unused-vars
11:00:07 AM: [1]   Line 1:17:  'useState' is defined but never used                                                                            @typescript-eslint/no-unused-vars
11:00:07 AM: [1]   Line 9:24:  'isSuccess' is assigned a value but never used                                                                  @typescript-eslint/no-unused-vars
11:00:07 AM: [1]   Line 9:44:  'isFetching' is assigned a value but never used                                                                 @typescript-eslint/no-unused-vars
11:00:07 AM: [1]   Line 9:56:  'error' is assigned a value but never used                                                                      @typescript-eslint/no-unused-vars
11:00:07 AM: [1]   Line 44:6:  React Hook useEffect has a missing dependency: 'getAllChats'. Either include it or remove the dependency array  react-hooks/exhaustive-deps
11:00:07 AM: [1]
11:00:07 AM: [1] src/pages/Chats/hooks/useGetScrollData''.ts
11:00:07 AM: [1]   Line 15:7:   'data' is assigned a value but never used                                                                                                                         @typescript-eslint/no-unused-vars
11:00:07 AM: [1]   Line 18:18:  'isLoadingScroll' is assigned a value but never used                                                                                                              @typescript-eslint/no-unused-vars
11:00:07 AM: [1]   Line 20:7:   'error' is assigned a value but never used                                                                                                                        @typescript-eslint/no-unused-vars
11:00:07 AM: [1]   Line 21:7:   'originalArgs' is assigned a value but never used                                                                                                                 @typescript-eslint/no-unused-vars
11:00:07 AM: [1]   Line 31:6:   React Hook useEffect has missing dependencies: 'fetchMessages', 'id', and 'messageData'. Either include them or remove the dependency array                       react-hooks/exhaustive-deps
11:00:07 AM: [1]   Line 45:6:   React Hook useEffect has missing dependencies: 'dispatch', 'id', and 'messageData'. Either include them or remove the dependency array                            react-hooks/exhaustive-deps
11:00:07 AM: [1]   Line 59:6:   React Hook useEffect has missing dependencies: 'fetchMessages', 'id', 'isMoreDataLoading', and 'messageData'. Either include them or remove the dependency array  react-hooks/exhaustive-deps
11:00:07 AM: [1]
11:00:07 AM: [1] Search for the keywords to learn more about each warning.
11:00:07 AM: [1] To ignore, add // eslint-disable-next-line to the line before.
11:00:07 AM: [1]
11:00:07 AM: [1] File sizes after gzip:
11:00:07 AM: [1]
11:00:07 AM: [1]   173.71 kB  build/static/js/main.65412864.js
11:00:07 AM: [1]   6.18 kB    build/static/css/main.2403d1e1.css
11:00:07 AM: [1]   1.78 kB    build/static/js/787.cda612ba.chunk.js
11:00:07 AM: [1]
11:00:07 AM: [1] The project was built assuming it is hosted at /.
11:00:07 AM: [1] You can control this with the homepage field in your package.json.
11:00:07 AM: [1]
11:00:07 AM: [1] The build folder is ready to be deployed.
11:00:07 AM: [1] You may serve it with a static server:
11:00:07 AM: [1]
11:00:07 AM: [1]   npm install -g serve
11:00:07 AM: [1]   serve -s build
11:00:07 AM: [1]
11:00:07 AM: [1] Find out more about deployment here:
11:00:07 AM: [1]
11:00:07 AM: [1]   https://cra.link/deployment
11:00:07 AM: [1]
11:00:07 AM: [1] npm run build-client exited with code 0
11:01:14 AM: Canceling deploy

Your site is being built in the build directory: Netlify App

You’re publishing the root directory: Netlify App

I’d also recommend some documentation:

My issue is reloved. I hosted my own server on digital ocean