Closed richtera closed 1 year ago
@JeneaVranceanu I am seeing a build failure in cloudflare with an error 129 BTW: This is the current build command
yarn lint:js && yarn lint:css && yarn lint:format && yarn lint:types && yarn test:unit && yarn build
@JeneaVranceanu I am seeing a build failure in cloudflare with an error 129 BTW: This is the current build command
yarn lint:js && yarn lint:css && yarn lint:format && yarn lint:types && yarn test:unit && yarn build
Could be related to updated dependencies. Will run it locally to see the details.
1 test failed. Definitely a dependencies issue.
Update: the used address wasn't checksummed 0x117216362d594516C6f96ee34B2C502D65b847E4
.
But now the test fails with a different issue:
@JeneaVranceanu I am seeing a build failure in cloudflare with an error 129 BTW: This is the current build command
yarn lint:js && yarn lint:css && yarn lint:format && yarn lint:types && yarn test:unit && yarn build
Could be related to updated dependencies. Will run it locally to see the details.
Possibly, but it does run locally. Usually 129 means that the build either took too long or ran out of memory. To fix that we can definitely switch back to github actions and then user a wrangler cloudflare pages deploy. It's a little bit more complicated but has the added advantage that you can read the log as a non-cloudflare developer/admin.
Switching to cloudflare deployment by using github actions.
@JeneaVranceanu I repaired the URL mismatch and patched a problem with the profiles pages.
@JeneaVranceanu I repaired the URL mismatch and patched a problem with the profiles pages.
Oh, nice! Will start the review now.
I changed the base ok this PR so the other one is no longer separate. At this point it would only cause additional work
Create a rebased branch with fixed jest tests.