Muffin
Muffin
RRailway
Created by Muffin on 6/16/2024 in #✋|help
Cant get Gmail working in the Plane Template
No description
51 replies
RRailway
Created by Muffin on 3/18/2024 in #✋|help
Path to the TLS keystore file not defined.
Path to the TLS keystore file not defined. Please set the KEYCLOAK_HTTPS_KEY_STORE_FILE variable to the mounted keystore How can i setup this in Railway? Trying to setup the keycloak docker image.
22 replies
RRailway
Created by Muffin on 12/7/2023 in #✋|help
NETDATA Install
Hey, can me someone guide how to setup NETDATA on Railway? https://learn.netdata.cloud/docs/installing/docker I just installed the Docker Image: https://hub.docker.com/r/netdata/netdata/#! Thought this is enough, but if i want to access the NETDATA Dashboard i get the message "Application failed to respond". Pretty sure my config isnt right.
46 replies
RRailway
Created by Muffin on 11/24/2023 in #✋|help
Need to serve dist/ to railway.app
Is there a specific command to this? At this moment my railwayapp just starts the astro dev command from the package.json.
26 replies
RRailway
Created by Muffin on 9/25/2023 in #✋|help
Cant deploy my Shopify App
Hey, i use docker for my deployment, everytime i want to deploy i get following message:
#9 4.936 ✘ [ERROR] Could not resolve "uglify-js"

#9 4.936

#9 4.936 node_modules/terser-webpack-plugin/dist/utils.js:409:14:

#9 4.936 409 │ } = require("uglify-js");

#9 4.936 ╵ ~~~~~~~~~~~

#9 4.936

#9 4.936 You can mark the path "uglify-js" as external to exclude it from the bundle, which will remove this error. You can also surround this "require" call with a try/catch block to handle this failure at run-time instead of bundle-time.

#9 4.936

#9 4.936

#9 4.936 ✘ [ERROR] Could not resolve "@swc/core"

#9 4.936

#9 4.936 node_modules/terser-webpack-plugin/dist/utils.js:487:22:



#9 4.936 487 │ const swc = require("@swc/core");

#9 4.936 ╵ ~~~~~~~~~~~

#9 4.936

#9 4.936 You can mark the path "@swc/core" as external to exclude it from the bundle, which will remove this error. You can also surround this "require" call with a try/catch block to handle this failure at run-time instead of bundle-time.

#9 4.936

#9 4.936
#9 4.936 ✘ [ERROR] Could not resolve "uglify-js"

#9 4.936

#9 4.936 node_modules/terser-webpack-plugin/dist/utils.js:409:14:

#9 4.936 409 │ } = require("uglify-js");

#9 4.936 ╵ ~~~~~~~~~~~

#9 4.936

#9 4.936 You can mark the path "uglify-js" as external to exclude it from the bundle, which will remove this error. You can also surround this "require" call with a try/catch block to handle this failure at run-time instead of bundle-time.

#9 4.936

#9 4.936

#9 4.936 ✘ [ERROR] Could not resolve "@swc/core"

#9 4.936

#9 4.936 node_modules/terser-webpack-plugin/dist/utils.js:487:22:



#9 4.936 487 │ const swc = require("@swc/core");

#9 4.936 ╵ ~~~~~~~~~~~

#9 4.936

#9 4.936 You can mark the path "@swc/core" as external to exclude it from the bundle, which will remove this error. You can also surround this "require" call with a try/catch block to handle this failure at run-time instead of bundle-time.

#9 4.936

#9 4.936
could you help me to solve that? Terser is a peer dep from another package so no way i can change something there 😄 Under the hood is running: Remix
62 replies