richtera
CDCloudflare Developers
•Created by richtera on 11/1/2024 in #workers-help
Image transformation suddently all 403
Ok made some progress. 403 is really confusing as the status 🙂 haha. Looking at the body I see the cloudflare image transformation error saying that the image is too large. I wish the status was something like 500 because looking at this from 10,000 ft away, I was asuming the URL I was fetching from was returing 403 and that the cloudflare server was somehow blacklisted. But otherwise I guess this is solved.
3 replies
CDCloudflare Developers
•Created by richtera on 11/1/2024 in #workers-help
Image transformation suddently all 403
Here are two examples where one works and the other one doesn't because of image transformation https://api.universalprofile.cloud/ipfs/QmNa2FaTbHwXHvM8h2hZQq3kdxVreJTPaLHoS29abSo4yR https://api.universalprofile.cloud/image/QmNa2FaTbHwXHvM8h2hZQq3kdxVreJTPaLHoS29abSo4yR?width=120&height=120&fit=cover
3 replies
CDCloudflare Developers
•Created by richtera on 5/24/2024 in #general-help
Missing User Roles per Wrangler/Pages project
I have not heard anything about this. The role system is still suboptimal. Roles are per user and per domain but not per project. This is not going to work for larger deployments where there are a few projects which should only be updatable by specific set of developers. I.e. currently if a developer has an API they can modify all deployments within a particular account. Is nobody else running into this problem, seems strange?
3 replies
CDCloudflare Developers
•Created by richtera on 10/23/2024 in #workers-help
I am running into problems connecting to workers and pages
Thanks for pointing it out. The api endpoint had a ipfs proxy which allowed fake html documents to be added to the domain by cid. This has been resolved. I tried to add a review for the root domain
10 replies
CDCloudflare Developers
•Created by richtera on 10/23/2024 in #workers-help
I am running into problems connecting to workers and pages
Hmmm maybe. I wonder why it got flagged. There was a flag for api.universalprofile.cloud which was fixed. Curious
10 replies
CDCloudflare Developers
•Created by richtera on 10/23/2024 in #workers-help
I am running into problems connecting to workers and pages
They reach cloudflare sites on our other domains and they don't seem to have AAAA entries in DNS
10 replies
CDCloudflare Developers
•Created by richtera on 10/23/2024 in #workers-help
I am running into problems connecting to workers and pages
Hmm the user cannot connect to the site at all. All they get is a timeout. When they disable WiFi on their phone they can reach the site over LTE for example
10 replies
CDCloudflare Developers
•Created by richtera on 10/23/2024 in #workers-help
I am running into problems connecting to workers and pages
So then the ipv4/6 setup is wrong on the machines of the affected users. I tried to force IPv6 on my setup and I can see the same failure. Ok cool! I had assumed that only the IPV6 endpoint of DNS should return AAAA records at all and not the IPv4 endpoint
10 replies
CDCloudflare Developers
•Created by richtera on 8/20/2024 in #pages-help
I need to setup a custom URL for my preview deployments
So there are two ways to validate domains. 1. Add a TXT record which changes per domain, since our domains are pr-nnn.APP.pages.dev where the APP is the cloudflare pages project name the a record would need to be dynamically generated and applied with the cloudflare cli. But that assumes we can get the required record from wallet connect and then apply it. 2. there is a chance we could get a wilcard verification record for *.APP.pages.dev and add it into the deployment static files under /.well-known/walletconnect.txt which is a second place walletconnect checks to validate domains for their API to be whitelisted.
25 replies
CDCloudflare Developers
•Created by richtera on 8/20/2024 in #pages-help
I need to setup a custom URL for my preview deployments
25 replies
CDCloudflare Developers
•Created by richtera on 8/20/2024 in #pages-help
I need to setup a custom URL for my preview deployments
That means preview deployments won't be usage to any app using something like wallet connect for example.
25 replies
CDCloudflare Developers
•Created by richtera on 8/20/2024 in #pages-help
I need to setup a custom URL for my preview deployments
The external service the web pages is connecting to is going to validate that the referer domain has a valid TXT record in it.
25 replies
CDCloudflare Developers
•Created by richtera on 8/20/2024 in #pages-help
I need to setup a custom URL for my preview deployments
Not production but preview. Production has a custom domain so that's fine. But when PRs are getting built they currently land on BRANCH.APP.pages.dev. This is where I cannot add TXT records into.
25 replies
CDCloudflare Developers
•Created by richtera on 8/20/2024 in #pages-help
I need to setup a custom URL for my preview deployments
Basically in netlify you can just change the deployment base domain, I was hoping for something like that.
25 replies
CDCloudflare Developers
•Created by richtera on 8/20/2024 in #pages-help
I need to setup a custom URL for my preview deployments
Looks like it's not going to work at all.
25 replies
CDCloudflare Developers
•Created by richtera on 8/20/2024 in #pages-help
I need to setup a custom URL for my preview deployments
Yea but that also doesn't allow . hmmm.
25 replies
CDCloudflare Developers
•Created by richtera on 8/20/2024 in #pages-help
I need to setup a custom URL for my preview deployments
IT's more like this https://developers.cloudflare.com/pages/how-to/redirect-to-custom-domain/
25 replies
CDCloudflare Developers
•Created by richtera on 8/20/2024 in #pages-help
I need to setup a custom URL for my preview deployments
Yea that won't work. Each deployment uses the pr number so it's like pr-123.APP.pages.dev which needs to be redirected automatically each time.
25 replies
CDCloudflare Developers
•Created by richtera on 8/20/2024 in #pages-help
I need to setup a custom URL for my preview deployments
Checking.
25 replies