Running FormFunction in 2025 #5
daniel-barker
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I've been working on spinning this project up for about 10 hours now, which is a far cry from the original 10 minutes speculated in the readme. And it might be me, but I've had to kind of work backwards through the instructions to get things to where I've gotten them to thus far. I've gotten the yarn start-server command down to one error it seems:
'src/utils/analytics/logEventToLoki.ts:22:19 - error TS2345: Argument of type 'string | undefined' is not assignable to parameter of type 'string | number'.
Type 'undefined' is not assignable to type 'string | number'.
22 return lookup(ip);
~~
Found 1 error in src/utils/analytics/logEventToLoki.ts:22'
and spinning the container up in the docker gui gives different errors.
I'm pretty much just wondering if anyone's gotten this project working at all since it was made public, or if any of the dev team is available to help?
Beta Was this translation helpful? Give feedback.
All reactions