josh_____d
Add headers to outbound webhooks?
My project is using BetterStack logs, and I'd like to get Railway webhooks set up to hit that unified log stream. The only problem is that BetterStack needs me to include an auth header. Anything I can do here or do I need to build a bit of middleware to forward them on?
10 replies
Trying to deploy a Vite/Vue2 App
Hi all. I’m trying to deploy a service from GitHub that’s a Vue.js app built vía
create-vue
.
Running through the nixpack gets it to the deploy step. I’ve provided the start command npm run serve
and I’m getting errors saying it can’t find the serve command.
I’m guessing I’m not in the right directory potentially, or I’m providing the completely wrong command.
Anyone got any experience and can lend a hand here?14 replies