Skip to main content
Filter by
Sorted by
Tagged with
Advice
0 votes
0 replies
30 views

The issue with Discord's CDN is that it doesn't delete old assets. I check on my side whether the asset is still valid, and only if it's not, I fetch the new one. The problem is that the old asset is ...
toplay 4free's user avatar
4 votes
1 answer
120 views

Theia Sticky Sidebar not working without jQuery — CDN serves raw JS (v2) but my code expects jQuery v1 — how to migrate or fix? I'm trying to use Theia Sticky Sidebar on a site where I replaced jQuery ...
Asma Binta Younus's user avatar
0 votes
0 answers
62 views

It's my first time using CDNs, and I went with Cloudflare R2 / S3 to upload and serve assets. I managed to upload an image to the path users/123456789/avatar-251011-103221008, this path is what I'm ...
Marya's user avatar
  • 198
0 votes
0 answers
53 views

I am trying to render the pdf report in the Ui using angular 14. This working fine in some environments. But in some environments it is blocked by the firewall. Currently it is loading the internet. ...
Raghavi's user avatar
  • 325
1 vote
1 answer
56 views

I'm importing a module in my app.html as follows <body data-sveltekit-preload-data="hover"> <script type='module' src='https://cdn.jsdelivr.net/npm/@owlbear-rodeo/[email protected]/+esm'...
Mackie Messer's user avatar
-1 votes
1 answer
109 views

I'm using a CMS that uses Cloudfront to serve images. I want to bypass this CDN by downloading and optimizing the images at build time like Astro's Image component and next/image do. From the CMS, I ...
Orville's user avatar
  • 34
0 votes
1 answer
200 views

I'm having an issue with my WordPress site where the admin bar no longer appears when I'm logged in and viewing the frontend of the website. The space where the bar should be is still there (you can ...
Stuart Robertson's user avatar
1 vote
1 answer
48 views

I came across a website called https://bootstrap21.org, which appears to offer Bootstrap files and documentation similar to the official Bootstrap site (https://getbootstrap.com). However, I couldn't ...
user30722432's user avatar
0 votes
0 answers
91 views

I'm trying to use Tiptap directly in HTML. An example of this is given in the installation instructions. https://tiptap.dev/docs/editor/getting-started/install/cdn For further use in production, I can ...
olegvakulenko's user avatar
0 votes
0 answers
181 views

I'm running a project deployed on Vercel and noticed something unusual in the analytics. Over the past day, there have been 1.7 million Edge Requests (screenshot attached), although daily visitors are ...
Rezasys's user avatar
  • 153
0 votes
0 answers
54 views

My team has a need to pull an SVG sprite file from a CDN and deliver it as part of our application front-end, which includes a mix of ASP.NET, React and Angular modules. When attempting to pull the ...
Jofus's user avatar
  • 1
0 votes
1 answer
105 views

There is an old site site.ru, hosting in Russia. The server is located in the USA. But the audience of the site is also in Russia. The content delivery is very slow. The issue of moving the server ...
scandic33's user avatar
0 votes
0 answers
340 views

Problem: I'm trying to deploy my Node.js Stremio addon to Vercel, which is supposed to return some M3U8 stream links for movies. Issue: When I run the addon locally, I send a request to the embed ...
Andre's user avatar
  • 31
0 votes
0 answers
68 views

need some expert advise on how can we get PCI Vulnerability scan completed by and authorized ASV on a website's public facing IP address when it sits behind Cloudfront. CloudFront has got a huge range ...
infraadmin's user avatar
0 votes
0 answers
215 views

When trying to load Pinia via CDN (https://unpkg.com/[email protected]/dist/pinia.iife.js) it fails when it tries to run the loading function, "var Pinia = (function (exports, vue, devtoolsApi) {... })(...
Al Byers's user avatar
-1 votes
1 answer
107 views

https://note_dummy.storage.googleapis.com/cdn.json and it works for public access In cloudflare: I made a CNAME with name: cdn and target: note_dummy.storage.googleapis.com I add a page rule for ...
Jozef's user avatar
  • 21
0 votes
1 answer
175 views

I have a Google Cloud Bucket full of public images. The images are loading not that bad, but in order to improve SEO (and user experience) I would love to speed them up as much as I can. I thought ...
Broda Noel's user avatar
  • 2,093
0 votes
0 answers
32 views

In VS2022 17.12.4 I click on add then Client side library. Find my exact correct library. Example [email protected] the file list has mixed case. When save it lowercases in the content folder. When ...
Poreddy's user avatar
  • 11
0 votes
2 answers
67 views

How to add dynamic cdn url for BigCommerce Web Dev file? Added this: <img src="https://cdn11.bigcommerce.com/s-xw5rimf0vt/content/carousel/1920x600-3.jpg" width="1920" height=&...
Chintan Patel - Riseotech Pvt.'s user avatar
0 votes
0 answers
218 views

I am adding player functionality to a HTML page using vidstack.io from CDN. I would like to do it in a clean fashion (admittedly, I have not been to the JS land for a long time). I understand modules ...
eudoxos's user avatar
  • 19.2k
1 vote
1 answer
384 views

I'm creating a webpage that uses Three.js. If I use all CDN links from Version 128, my page loads fine: <script src="https://cdnjs.cloudflare.com/ajax/libs/three.js/r128/three.min.js">&...
Mentalist's user avatar
  • 1,743
0 votes
2 answers
384 views

I'm accessing some images stored in a AWS s3 bucket via Fastly CDN. First time accessing the image gives below response values: x-cache: MISS, MISS | x-cache-hits:0, 0 Next time it gives x-cache: ...
Nishadi Wickramanayaka's user avatar
-1 votes
1 answer
179 views

Assume I've already hosted a https website. The SSL certificate is got from something like Let's Encrypt. If I want to use CloudFlare's CDN service, should I share my SSL private key with it? For ...
Yan's user avatar
  • 492
2 votes
1 answer
77 views

We're using a lambda in all relevant behaviours (majority of the requests) used at viewer request (all with caching disabled). We've been checking how the lambda has performed during the Black Friday ...
Sampgun's user avatar
  • 3,032
-1 votes
1 answer
67 views

I want to use socket.io-client cdn in the node js project Sometimes I do connection to the different socket servers with the different socket io versions. So I need to handle it using socket io client ...
user28842269's user avatar
4 votes
1 answer
191 views

I'm attempting to use cdn to import the three library as well as several add ons and N8AO. As stated in the title I'm encountering the listed error: Uncaught TypeError: Failed to resolve module ...
Zodiac's user avatar
  • 41
0 votes
0 answers
36 views

I have this "borrowed" code , I am trying to get working I know that the original dev installed these D3 libs using npm "npm install d3-array" <!DOCTYPE html> <html style='...
RobM's user avatar
  • 835
1 vote
0 answers
109 views

I'm using Firebase App Hosting to host my Nextjs app. However, it seems TTFB and performance is not optimal, resulting in bad core web vital scores and overall bad user experience due to slow loading ...
user28412795's user avatar
1 vote
2 answers
266 views

I have been having issues for the past 24hours where my project (Laravel 11/ Backpack 6) are not able to fetch css from CDN. I noticed the issue in both local dev machine and my online staging server. ...
Tariiq Dusmohamud's user avatar
0 votes
0 answers
30 views

Is there a way using .NET to determine if a visitor is bypassing CDN? Is there a property or method I can determine if they're using say the IP of my server to access the site? One way to be to ...
MiscellaneousUser's user avatar
-2 votes
2 answers
204 views

I am integrating Razorpay into my React application using the in `index.html`. It was worked Fine, but now today I am getting. Uncaught runtime errors: ERROR Script error. at handleError (http://...
Akshaya Rameshbabu's user avatar
0 votes
1 answer
4k views

I'm working on a React application where I’m trying to integrate particles.js for a visual effect. While everything works perfectly in my local development environment, I’m running into a Content ...
Ermuun's user avatar
  • 1
-1 votes
1 answer
82 views

I want to represent video testinomial on my website and also there are lot of images in my website but I want to load these videos and images fast how can i do this? I saw there are many sites using ...
Henry Pieterson's user avatar
2 votes
1 answer
644 views

I am using R2 to serve static files for my webpage index.html: <script type="module" src="{% static 'js/display.js' %}"></script> <script type="module&...
solo dev's user avatar
0 votes
1 answer
108 views

I installed mosquitto at the following path: C:\Program Files\mosquitto Then I launched it with the following command: mosquitto.exe Then I wrote the following code on the "test.html" file....
nix86's user avatar
  • 3,057
2 votes
1 answer
454 views

I'm working on a Python script that uploads videos directly to a Facebook Page as Reels using the Facebook Graph API. My videos are hosted on a CDN, and I would like to upload them directly to ...
DigipTic's user avatar
0 votes
1 answer
38 views

I need vue3 on a single page and I can't update the value of useNoms with vue3 without components... The App.js without components to be more cleared: const app = Vue.createApp({ data(){ ...
Vince's user avatar
  • 23
0 votes
0 answers
586 views

I am having problems with what should be a very simple task. I would like to use Preline's Tailwind CSS component library. To be exact, I would like to use this basic modal sample found in the ...
Carmen's user avatar
  • 73
0 votes
1 answer
111 views

I want to configure the link between Azure App Service and Azure CDN. Both of them are ready. Here is CDN with endpoint (I selected classic Microsoft CDN): And here is my Web Application: I expected ...
walruz's user avatar
  • 1,386
0 votes
1 answer
106 views

I'm working on a Spring Boot project where I use Freemarker for templating. I have configured multiple TemplateLoaders in Freemarker's configuration to load templates from two different CDN URLs: a ...
Singhai's user avatar
0 votes
0 answers
278 views

I'm trying to display a component from one React application within another React app using a CDN. Although the component works perfectly in its original application, I encountered an error related to ...
Shahir Farhan's user avatar
0 votes
1 answer
159 views

I have complex question. Is it possible to serve whole static website via CDN (not just css, js, images... but also rendered HTML views). No matter which CDN provider I tried, I can't get it to work ...
Michal Palus's user avatar
1 vote
0 answers
159 views

I have this code to superimpose an image on the face detected by he camera. The camera is opened but the image is fixed at the top, I want it to be dynamic between the eyes of the face. When I open ...
Mohamed Jmal's user avatar
1 vote
1 answer
1k views

I'm using Azure Front Door in Premium Tier. I have caching enabled on my route (CDN). I have some troubles, which seems to be the result of the fact that CDN ignores the Vary header. I have made this ...
Tomasz Madeyski's user avatar
-2 votes
1 answer
195 views

I want to use JsBarcode.all.min.js locally (because the intended target will not have an active internet connection) but it does not work after downloading. When I download and reference as follows: &...
Bart Friederichs's user avatar
-1 votes
1 answer
54 views

We have an nextjs application while nodejs on backend. As digitalocean spaces is s3 compatible, that is why we are using S3 sdk for uploading audios on spaces. Now we have to stream with web using ...
Wonder Soft Solution's user avatar
3 votes
1 answer
416 views

I am trying to use CDN URLs to reference the react and react-dom libraries in my typescript app. I do not want to bundle them into my compiled .js file, as I'm concerned with performance in production....
Jordan Rieger's user avatar
1 vote
0 answers
54 views

I'm currently working to switch over a web application over from one CDN to another. Currently the application has a service worker in place and I'm hitting issues where the service worker is not ...
eric MC's user avatar
  • 776
0 votes
0 answers
69 views

data:() =>({ selectedCity:0, cities: [{id:0, name: 'England'},{id:1, name: 'Germany'}], }) before requests it works correctly. let cityObj = Object.values(data).map(city => { return { id: ...
juni PRO's user avatar
0 votes
1 answer
130 views

Why Vercel Custom Domain looses CDN? Should I set CDN outside of Vercel? % dig mydomain.com ;; ANSWER SECTION: mydomain.com 300 IN A 76.76.21.21 % dig mydomain.vercel.app ;; ANSWER SECTION: ...
Jack's user avatar
  • 170

1
2 3 4 5
62