Edge Developer Platform
  • Pages
    • Product Introduction
    • Quick Start
      • Importing a Git Repository
      • Starting From a Template
      • Direct Upload
    • Framework Guide
      • Frontends
      • Backends
      • Full-stack
        • Next.js
    • Project Guide
      • Project Management
      • edgeone.json
      • Configuring Cache
      • Error Codes
    • Build Guide
    • Deployment Guide
      • Overview
      • Create Deploys
      • Manage Deploys
      • Deploy Button
      • Use Github Actions
      • Using CNB Plugin
      • Using IDE Plug-In
      • Using CodeBuddy IDE
    • Domain Management
      • Overview
      • Custom Domain
      • Configuring an HTTPS Certificate
      • How to Configure a DNS CNAME Record
    • Pages Functions
      • Overview
      • Edge Functions
      • Node Functions
    • Log Analysis
    • KV Storage
    • Edge AI
    • API Token
    • EdgeOne CLI
    • Pages MCP
    • Integration Guide
      • AI
        • Dialogue Large Models Integration
        • Large Models for Images Integration
      • Database
        • Supabase Integration
        • Pages KV Integration
      • Ecommerce
        • Shopify Integration
        • WooCommerce Integration
      • Payment
        • Stripe Integration
        • Integrating Paddle
      • CMS
        • WordPress Integration
        • Contentful Integration
        • Sanity Integration
      • Authentication
        • Supabase Integration
        • Clerk Integration
    • Best Practices
      • Using General Large Model to Quickly Build AI Application
      • Use the Deepseek-R1 model to quickly build a conversational AI site
      • Building an Ecommerce Platform with WordPress + WooCommerce and GatsbyJS
      • Building a SaaS Site Using Supabase and Stripe
      • Building a Company Brand Site Quickly
      • How to Quickly Build a Blog Site
    • Migration Guides
      • Migrating from Vercel to EdgeOne Pages
      • Migrating from Cloudflare Pages to EdgeOne Pages
      • Migrating from Netlify to EdgeOne Pages
    • Troubleshooting
    • FAQs
    • Contact Us
    • Release Notes

Manage Deploys

In the deployment list, you can view any deployment you created and preview it with a unique URL. You can also check the build log and product of each deployment.


Preview Deployment

For each deployment record, Pages provides a unique access link for quick verification.
Note:
Note: We strongly recommend adding a custom domain to enhance the professionalism and reliability of your project for long-term access. For detailed information on how to add a custom domain, please refer to the Domain Name Management chapter.


Build logs

Build logs record detailed information for every build process, including normal build output, success messages, warnings, and failed special information. These logs help users locate and solve problems quickly. Through analysis, you can easily identify potential errors and warnings in the build process, thereby optimizing project settings and improving build efficiency.





Building Materials

The build artifacts list all files generated by the build. You can view the file name and size of each file in this list, and click on a specific file to see its details, helping you better understand and manage the build artifacts.




Note:
To raise storage capacity utilization efficiency, when successful deployment records exceed three, the system will automatically clean up the build artifacts corresponding to the earliest deployment record. You can create a new deployment with the same configuration through the redeploy feature, thereby restoring access to the failed deployment.