blindChicken
blindChicken
CDCloudflare Developers
Created by Hugo on 12/3/2024 in #workers-help
MongoDB simple question
I would also like to say that both MongoDb and Cloudflare, together, should sort this out and find a solution because this has been a problem for a long time and doesn't appear to be getting resolved.
5 replies
CDCloudflare Developers
Created by Hugo on 12/3/2024 in #workers-help
MongoDB simple question
Note, I haven't tried any of the providers suggested by MongoDB.
5 replies
CDCloudflare Developers
Created by Hugo on 12/3/2024 in #workers-help
MongoDB simple question
Your options are limited. Basically you will need to use something like a REST/API service to connect to MongoAtlas. Here is post from MongoDb with some suggestions with respect to the deprecation of their GraphQL service, some of the suggested providers can also provide REST/API's. If you don't want to use a 3rd party provider, you can always spin up your own using something like express running on a cheap VPS.
5 replies
CDCloudflare Developers
Created by blindChicken on 6/18/2024 in #pages-help
Web-components not rendering.
I solved my own issue. The solution was to load the scripts using Remix-Utils' externalScripts. Initially I was importing the scripts using lazy inside the React wrapper component.
2 replies
CDCloudflare Developers
Created by blindChicken on 5/8/2024 in #workers-help
Service Binding Error "This Worker no longer exists"
This appears to be a bug with dashboard UI, as I was able to call a method on the service-binding.
4 replies