Dom Cogan
Dom Cogan
Explore posts from servers
CDCloudflare Developers
Created by Dom Cogan on 4/26/2024 in #pages-help
Deployment Not Found Kinda?
No when I first set up my cloudflare I put the main branch from GitHub to be mast not main so o fixed that the only issue I have now is when I run my project locally everything works fine but when I try to put it on cloudflare it does not resolve a function. I have a page that is suppose get a list from my database but it never happens
8 replies
CDCloudflare Developers
Created by Dom Cogan on 4/26/2024 in #pages-help
Deployment Not Found Kinda?
Yeah I had to reset the branch.
8 replies
CDCloudflare Developers
Created by Dom Cogan on 4/26/2024 in #pages-help
Deployment Not Found Kinda?
It doesn’t fail when I run "npm run serve" qwik command for running the wrangler server locally and this is what the view details page show me
8 replies
CDCloudflare Developers
Created by Dom Cogan on 4/26/2024 in #pages-help
Deployment Not Found Kinda?
No description
8 replies
CDCloudflare Developers
Created by Dom Cogan on 4/26/2024 in #pages-help
FIX FOUND Deployment failed Qwikjs
Ok so In QWik i was using useTask() however this still didnt work when i change it to useVisable task i can now deploy.... locally still but like with wrangler pages dev i can load my website and it works perfectly fine but when i deploy it to cloud flare i am still getting the error
35 replies
CDCloudflare Developers
Created by Dom Cogan on 4/26/2024 in #pages-help
FIX FOUND Deployment failed Qwikjs
35 replies
CDCloudflare Developers
Created by Dom Cogan on 4/26/2024 in #pages-help
FIX FOUND Deployment failed Qwikjs
I’m trying connect my /blog page to display a list from my database. My database in the background is using the form data would looking at the full code help?
35 replies
CDCloudflare Developers
Created by Dom Cogan on 4/26/2024 in #pages-help
FIX FOUND Deployment failed Qwikjs
Thank you for your help thus far, how can i add that to the worker? my database needs it which is probably why its failing.
35 replies
CDCloudflare Developers
Created by Dom Cogan on 4/26/2024 in #pages-help
FIX FOUND Deployment failed Qwikjs
Im not using isomorphic-form-data
35 replies
CDCloudflare Developers
Created by Dom Cogan on 4/26/2024 in #pages-help
FIX FOUND Deployment failed Qwikjs
when i run i get. Uncaught ReferenceError: window is not defined at null.<anonymous> (ftsh1voktru.js:114:22) in ../node_modules/isomorphic-form-data/lib/browser.js at null.<anonymous> (ftsh1voktru.js:52:50) in __require22 at null.<anonymous> (ftsh1voktru.js:4427:43) ✘ [ERROR] MiniflareCoreError [ERR_RUNTIME_FAILURE]: The Workers runtime failed to start. There is likely additional logging output above.
35 replies
CDCloudflare Developers
Created by Dom Cogan on 4/26/2024 in #pages-help
FIX FOUND Deployment failed Qwikjs
Typically I run the npm run build then do npm run deploy. The only reason I uploaded the files directly was to test if it was a problem with the npm run deploy script
35 replies
CDCloudflare Developers
Created by Dom Cogan on 4/26/2024 in #pages-help
FIX FOUND Deployment failed Qwikjs
Is this something that I would be able to see when I do the npm run biuild or npm run deploy?
35 replies
CDCloudflare Developers
Created by Dom Cogan on 4/26/2024 in #pages-help
FIX FOUND Deployment failed Qwikjs
The only error I get when deploying is about warning about nodejs-compat for wranglers. How can I get this error to share?
35 replies
CDCloudflare Developers
Created by Dom Cogan on 4/26/2024 in #pages-help
FIX FOUND Deployment failed Qwikjs
Since I restarted the project no, I’ve had no other deployments fail until trying to use my database
35 replies
CDCloudflare Developers
Created by Dom Cogan on 4/26/2024 in #pages-help
FIX FOUND Deployment failed Qwikjs
Kinda same issue, thought I was doing something wrong so I started over added back on thing at a time until it failed
35 replies
CDCloudflare Developers
Created by Dom Cogan on 4/26/2024 in #pages-help
FIX FOUND Deployment failed Qwikjs
If you visit the website and go to /blog in the deployment that went through it static text but now I’m trying to get a list from my database
35 replies
CDCloudflare Developers
Created by Dom Cogan on 4/26/2024 in #pages-help
FIX FOUND Deployment failed Qwikjs
I don’t.
35 replies
CDCloudflare Developers
Created by Dom Cogan on 4/26/2024 in #pages-help
FIX FOUND Deployment failed Qwikjs
ive had the same enviorment variable from the very first deployment. they were not being used but now they are
35 replies
CDCloudflare Developers
Created by Dom Cogan on 4/26/2024 in #pages-help
FIX FOUND Deployment failed Qwikjs
No description
35 replies