Rich Visotcky

Results 6 comments of Rich Visotcky

I too had that DropsPage_ClaimDropsReward error. What cleared it for me was removing the Docker container and creating it fresh with my updated auth_token. This might not help you if...

Hi there, @preetamslot, thanks for the reply. I've pasted my config below. The only change made from the source is the website URL. **astro.config** ``` import { defineConfig } from...

I also tried a build just to see if I could get past running it in dev mode. Same error it seems. Here's the output from `npm run build` ```...

Hi @preetamslot Good to know I'm not the only one. :) Thanks for the reply! I've encountered this with both minor changes in config files as referenced in the instructions...

Unfortunately, still no go on my side with the updated dependencies. Steps I took: - run `git clone https://github.com/unfolding-io/StarFunnel.git` - rename `env.txt` to `.env` - run `npm i` - run...

> Sorry, for some reason this only happens when you run "npm run dev" in a visual studio code terminal This got me thinking about the console environment. I wasn't...