-
-
Notifications
You must be signed in to change notification settings - Fork 404
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FATAL Error while using the included docker-compose.yml file #2091
Comments
the same error happens to me |
ayslansiqueira in wppconnect-server on main [!]
src/routes/index.ts:120:3 - error TS2769: No overload matches this call. 120 upload.single('file'), node_modules/@types/express-serve-static-core/index.d.ts:153:5 src/routes/index.ts:127:3 - error TS2769: No overload matches this call. 127 upload.single('file'), node_modules/@types/express-serve-static-core/index.d.ts:153:5 src/routes/index.ts:134:3 - error TS2769: No overload matches this call. 134 upload.single('file'), node_modules/@types/express-serve-static-core/index.d.ts:153:5 src/routes/index.ts:147:3 - error TS2769: No overload matches this call. 147 upload.single('file'), node_modules/@types/express-serve-static-core/index.d.ts:153:5 src/routes/index.ts:347:3 - error TS2769: No overload matches this call. 347 upload.single('file'), node_modules/@types/express-serve-static-core/index.d.ts:153:5 src/routes/index.ts:686:3 - error TS2769: No overload matches this call. 686 upload.single('file'), node_modules/@types/express-serve-static-core/index.d.ts:153:5 src/routes/index.ts:693:3 - error TS2769: No overload matches this call. 693 upload.single('file'), node_modules/@types/express-serve-static-core/index.d.ts:153:5 src/routes/index.ts:812:3 - error TS2769: No overload matches this call. 812 upload.single('file'), node_modules/@types/express-serve-static-core/index.d.ts:153:5 src/routes/index.ts:852:3 - error TS2769: No overload matches this call. 852 upload.single('file'), node_modules/@types/express-serve-static-core/index.d.ts:153:5 src/routes/index.ts:935:25 - error TS2769: No overload matches this call. 935 routes.use('/api-docs', swaggerUi.serve); node_modules/@types/express-serve-static-core/index.d.ts:164:5 src/routes/index.ts:936:25 - error TS2769: No overload matches this call. 936 routes.get('/api-docs', swaggerUi.setup(swaggerDocument)); node_modules/@types/express-serve-static-core/index.d.ts:164:5 Found 11 errors in the same file, starting at: src/routes/index.ts:120 error Command failed with exit code 1. |
Workaround: change Dockerfile line: |
error while trying to build the exact last release
just download the release then run
docker compose up -d
The text was updated successfully, but these errors were encountered: