Welcome to One2all
  • 🎉First Time Setup Video Walkthrough
  • âžĄī¸One2all v5 Guide
    • 🔧Recent Fixes/Deployments
    • ⭐Bubble Basics (for web3)
    • 🔌Setting up One2all v5 Bubble Plugins
    • ⚡How to set up your NFT Marketplace
    • 🤜For O2A Partners: How to Import the Latest Version of the app
  • 🏅v4+ Troubleshooting Common Issues, Best Practices and Walkthroughs
    • 🔧Issue with logo not appearing on index and header
    • đŸŽ¯How to fix ipfs base url issues for existing NFT's
    • 👨‍🎓Understanding the NFT /Item Page
    • 🏅One2all Customization Best Practices
    • 🌈Troubleshooting Styles and Hard-to-Find Formats
    • 🐛How to debug a blank Web3auth Modal and other Connectivity Issues
  • đŸ“Ŗv4+ Patch Change Tracking and Update History
    • 🩹v4.1.1 - Issue with social links not showing in /account page
    • 🔗v4.1.2 - updated default IPFS link to web3 storage public gateway
    • 🚒v4.1.3 Fixing Ramp URL and improving Ramp Button
    • 🎉v4.2 Feature Release and Video Walkthrough
    • đŸ›Šī¸v4.2.1 small update with password reset workflow
  • ⭕Back to One2all.io
Powered by GitBook
On this page
  1. v4+ Troubleshooting Common Issues, Best Practices and Walkthroughs

How to fix ipfs base url issues for existing NFT's

Several months ago infura shut down their public ipfs gateway which was previously at ipfs.infura.io. Once that shut down, several links that were stored in app were no longer accessible.

PreviousIssue with logo not appearing on index and headerNextUnderstanding the NFT /Item Page

Last updated 2 years ago

Update (2/23/23): along with v4.1.2 and a change from the default ipfs to web3storage's public gateway, i would suggest going with https://w3s.link/ipfs/

Please check the .

To solve for this, I added an "ipfs_base_url" value to the Settings-Technical object which, going forward should be customized for the app owner's own ipfs gateway and will be used for retrieving ipfs content and metadata.

In this video, we will walk through how to:

  • build a back-end batch workflow to swap out ipfs

  • set a default value for an object that is created in-app (on-chain status for NFT's for example)

  • apply a back-end workflow either to individual objects in your database or in bulk to all objects

🏅
đŸŽ¯
change log for more info on this and a link to a list of other public ipfs gateways here