replace-response icon indicating copy to clipboard operation
replace-response copied to clipboard

Fails to install

Open alexindigo opened this issue 8 months ago • 1 comments

Hello,

I'm trying to install this plugin, and it fails.

  1. Fails to download with added plugin:
Image
  1. Fails with caddy add-package command:
# caddy add-package github.com/caddyserver/replace-response
2025/03/23 00:15:00.742	INFO	this executable will be replaced	{"path": "/usr/bin/caddy"}
2025/03/23 00:15:00.742	INFO	requesting build	{"os": "linux", "arch": "amd64", "packages": ["github.com/caddyserver/replace-response"]}
Error: download failed: download failed: HTTP 400: unable to fulfill download request (id=c3770838-09f8-4695-b2bc-7c5be563b9f5)

alexindigo avatar Mar 23 '25 00:03 alexindigo

I'm having the same issue as you. Have you resolved it yet?

sec7et avatar Mar 25 '25 13:03 sec7et

I managed to work around this by using xcaddy. For example:

wget https://github.com/caddyserver/xcaddy/releases/download/v0.4.4/xcaddy_0.4.4_linux_amd64.tar.gz
tar xf xcaddy_0.4.4_linux_amd64.tar.gz
./xcaddy build --with=github.com/caddyserver/replace-response

scottyeager avatar Apr 08 '25 21:04 scottyeager