pandas
pandas
CDCloudflare Developers
Created by pandas on 11/3/2024 in #general-help
macos 15.1 and warp doesn’t work
Hi, DNS cannot be resolved on macos 15.1 Had the same issue on iOS 18 but it was fixed with switching to wireguard then back to auto and app auto switched to masque the default option of masque didn’t work until settings were switched can we have same option for macos?
4 replies
CDCloudflare Developers
Created by pandas on 3/19/2024 in #general-help
Cloudflare pages with remix js vite could not determine executable to run
Hi, there is a bug with cloudflare pages and remix js vite when you set environment variables inside cloudflare dashboard you get following output
06:37:13.340 > build
06:37:13.340 > npx remix vite:build
06:37:13.340
06:37:14.051 npm ERR! could not determine executable to run
06:37:13.340 > build
06:37:13.340 > npx remix vite:build
06:37:13.340
06:37:14.051 npm ERR! could not determine executable to run
there was also an issue with
npx wrangler types
npx wrangler types
command but it was solved with installing
wrangler
wrangler
as dev depn. tried this
./node_modules/.bin/remix vite:build
./node_modules/.bin/remix vite:build
and
npx remix vite:build
npx remix vite:build
when environment variables are removed it works fine
2 replies