Content
@
0 reply
0 recast
0 reaction
Varun Srinivasan
@v
100 USDC bounty to port @horsefacts.eth's Echo the Dolphin to a working Replit Deadline Feb 9th. First bug free submission wins. @bountybot https://github.com/horsefacts/echo-the-dolphin/
8 replies
4 recasts
110 reactions
Joe Petrich 🟪
@jpetrich
https://echo-the-dolphin-jpetrich.replit.app/ is the deployment, and I see the meta tags in the HTML if I go and inspect, but it's not rendering as a frame yet, so still debugging. Here's the repl: https://replit.com/@jpetrich/echo-the-dolphin?v=1
1 reply
0 recast
1 reaction
Joe Petrich 🟪
@jpetrich
Ok the issue is with the hostname being read in as an environment variable; doesn't seem to be set in the repl.it deployment... hate to bother but @sorenrood do you know how to make process.env["HOST"] available within the deployment? The help articles on env vars all talk about secrets.
1 reply
0 recast
0 reaction
Joe Petrich 🟪
@jpetrich
@v it works now at https://echo.joepetrich.com - in repls it seems the only way to set an env var is to set a secret; so I set up HOST as a secret with the the hostname as the value.
1 reply
0 recast
1 reaction
Joe Petrich 🟪
@jpetrich
I'll edit this to say it works as well as the vercel deployment linked from github; neither appear to succeed with the actual echo request right now.
1 reply
0 recast
0 reaction