-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TypeError: Cannot read properties of undefined (reading 'sha') #12
Comments
Hey! Can you check if you have configured If that is configured correctly, can you visit If it's not there, can you check the |
Thank you for the help! ✅ I just double-checked that I have the My
In the build logs, nothing super crazy jumps out to me, other than this line:
full
|
I also tried to manually trigger a POST call to the This returns a I looked at the logs and saw this (note: i've truncated out my ipv6 address):
This is odd. I'm not sure why the request would fail. I confirmed the IP address is correct (by comparing it with the output of |
Interestingly, I am now seeing the However, I am still not seeing my content refresh. I think the error above (500 response on the
|
I'm facing the same issue. Let me open an issue at Fly. I'm not sure why the fetch call to the IP is failing 😕. Thanks for the report! |
Thanks! Please share what you find. I tried starting a thread over in the fly.io community but have not yet gotten an answer. |
Just following up on this. I did not get a satisfactory answer from Fly or elsewhere. I ended up hard-coding the address (ie instead of using the ipv6 values, I just did |
Hello! Thank you for your work on this stack, it's really great!
I'm running into a strange issue. I've published some posts, but I can't seem to update them. If I commit and deploy a changes to the markdown file associated with a post, I am still seeing the initial version of that post when deployed to production.
I'm not sure entirely what is causing this issue, but I did notice this error during the
Determine Changes
step on CI:Wonder if that could be related? I've seen this
undefined
error relating tosha
crop up a few times in my CLI with this stack.The text was updated successfully, but these errors were encountered: