stevenurk9494
stevenurk9494
RRailway
Created by stevenurk9494 on 12/5/2023 in #✋|help
Getting errors when deploying Strapi because of old NodeJS version
I am getting these errors, when will NodeJS be updatet to a newer version? #10 3.188 npm WARN EBADENGINE Unsupported engine { #10 3.188 npm WARN EBADENGINE package: '@strapi/[email protected]', #10 3.188 npm WARN EBADENGINE required: { node: '>=18.0.0 <=20.x.x', npm: '>=6.0.0' }, #10 3.188 npm WARN EBADENGINE current: { node: 'v16.20.2', npm: '8.19.4' } #10 3.188 npm WARN EBADENGINE } #10 3.189 npm WARN EBADENGINE Unsupported engine { #10 3.189 npm WARN EBADENGINE package: '@strapi/[email protected]', #10 3.189 npm WARN EBADENGINE required: { node: '>=18.0.0 <=20.x.x', npm: '>=6.0.0' }, #10 3.190 npm WARN EBADENGINE current: { node: 'v16.20.2', npm: '8.19.4' } #10 3.190 npm WARN EBADENGINE } #10 3.191 npm WARN EBADENGINE Unsupported engine { #10 3.191 npm WARN EBADENGINE package: '@strapi/[email protected]', #10 3.191 npm WARN EBADENGINE required: { node: '>=18.0.0 <=20.x.x', npm: '>=6.0.0' }, #10 3.191 npm WARN EBADENGINE current: { node: 'v16.20.2', npm: '8.19.4' } #10 3.191 npm WARN EBADENGINE } #10 3.200 npm WARN EBADENGINE }
9 replies
RRailway
Created by stevenurk9494 on 7/26/2023 in #✋|help
Strapi fails to deploy
When updating strapi and trying redeploying I am getting this error: Dockerfile:20 ------------------- 18 | ENV NIXPACKS_PATH /app/node_modules/.bin:$NIXPACKS_PATH 19 | COPY . /app/. 20 | >>> RUN --mount=type=cache,id=s/e448085f-db1e-4536-a8cf-7398fdb05a1f-/root/npm,target=/root/.npm npm ci 21 | 22 | # build phase ------------------- ERROR: failed to solve: process "/bin/bash -ol pipefail -c npm ci" did not complete successfully: exit code: 1  Error: Docker build failed
40 replies
RRailway
Created by stevenurk9494 on 3/30/2023 in #✋|help
Nuxt deployment fails
I am trying to deploy my nuxtjs app, however building the app fails. Here is the error: #13 4.022 node:internal/crypto/hash:71 #13 4.022 this[kHandle] = new _Hash(algorithm, xofLen); #13 4.022 ^ #13 4.022 #13 4.022 Error: error:0308010C:digital envelope routines::unsupported #13 4.022 at new Hash (node:internal/crypto/hash:71:19) #13 4.022 at Object.createHash (node:crypto:130:10) #13 4.022 at module.exports (/app/node_modules/webpack/lib/util/createHash.js:135:53) #13 4.022 at NormalModule._initBuildHash (/app/node_modules/webpack/lib/NormalModule.js:417:16) #13 4.022 at handleParseError (/app/node_modules/webpack/lib/NormalModule.js:471:10) #13 4.022 at /app/node_modules/webpack/lib/NormalModule.js:503:5 #13 4.022 at /app/node_modules/webpack/lib/NormalModule.js:358:12 #13 4.022 at /app/node_modules/webpack/node_modules/loader-runner/lib/LoaderRunner.js:373:3 #13 4.022 at iterateNormalLoaders (/app/node_modules/webpack/node_modules/loader-runner/lib/LoaderRunner.js:214:10) #13 4.022 at Array.<anonymous> (/app/node_modules/webpack/node_modules/loader-runner/lib/LoaderRunner.js:205:4) #13 4.022 at Storage.finished (/app/node_modules/enhanced-resolve/lib/CachedInputFileSystem.js:55:16) #13 4.022 at /app/node_modules/enhanced-resolve/lib/CachedInputFileSystem.js:91:9 #13 4.022 at /app/node_modules/graceful-fs/graceful-fs.js:123:16 #13 4.022 at FSReqCallback.readFileAfterClose [as oncomplete] (node:internal/fs/read_file_context:68:3) { #13 4.022 opensslErrorStack: [ 'error:03000086:digital envelope routines::initialization error' ], #13 4.022 library: 'digital envelope routines', #13 4.022 reason: 'unsupported', #13 4.022 code: 'ERR_OSSL_EVP_UNSUPPORTED' #13 4.022 } Could anyone help?
87 replies
RRailway
Created by stevenurk9494 on 3/24/2023 in #✋|help
custom domain not working
could anyone help me with setting up a custom domain? Check the image below, I added the cname records to my DNS settings, but nothing happens.. what could go wrong?
15 replies
RRailway
Created by stevenurk9494 on 3/16/2023 in #✋|help
Strapi build fails
When building a Strapi application using a mysql database, I am getting the following error: ER_NOT_SUPPORTED_AUTH_MODE: Client does not support authentication protocol requested by server; consider upgrading MySQL client Error: ER_NOT_SUPPORTED_AUTH_MODE: Client does not support authentication protocol requested by server; consider upgrading MySQL client. Can anyone help?
13 replies