question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

CDN URL for uploadcare needs to allow for custom URLs

See original GitHub issue

Is your feature request related to a problem? Please describe.

Uploading an image with uploadcare doesn’t allow me to set a cdnBase or cdnURL or something similar for custom URLs. When I upload an image it is forcing the company’s cdn instead.

Describe the solution you’d like

The settings in config.json should be something like:

  media_library: {
    name: 'uploadcare',
    settings: {
      autoFilename: true,
      cdnUrl: 'https://cdn.domain.com'
    }
  },

Additional context

https://uploadcare.com/docs/delivery/cdn/#custom-cdn-cname

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:16 (16 by maintainers)

github_iconTop GitHub Comments

1reaction
devnamritscommented, Mar 7, 2022

Okay great! Picking things up then.

1reaction
devnamritscommented, Mar 3, 2022

Thank you! No issues. The confusion got cleared. Have set up the project. I’ll work on it if needed help will surely ping you!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Uploadcare CDN - Docs
Custom CDN CNAME. Use your own domain for CDN links to your files stored with Uploadcare. By default, all file URLs use ucarecdn.com...
Read more >
Signed URLs - Docs - Uploadcare
A signed URL is a URL that contains authentication information in its query string that provides limited permission and time to get the...
Read more >
URL API Reference - Uploadcare
Use your own domain for CDN links to your files stored with Uploadcare. By default, all file URLs use ucarecdn.com domain. By setting...
Read more >
How do I set up a CDN CNAME? - Uploadcare Support
A CDN CNAME allows you to use your domain in file URLs instead of the default one ucarecdn.com. Setting up a CDN CNAME...
Read more >
File uploader v3 options - Docs - Uploadcare
If true , the file uploader allows selecting and uploading multiple files. ... your users will still be able to choose any file...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found