- 
                Notifications
    You must be signed in to change notification settings 
- Fork 29.7k
Improve Proxy invalid export error message #84887
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
          
     Merged
      
      
            devjiwonchoi
  merged 11 commits into
  canary
from
jiwon/10-15-improve_proxy_invalid_export_error_message
  
      
      
   
  Oct 21, 2025 
      
    
                
     Merged
            
            Improve Proxy invalid export error message #84887
                    devjiwonchoi
  merged 11 commits into
  canary
from
jiwon/10-15-improve_proxy_invalid_export_error_message
  
      
      
   
  Oct 21, 2025 
              
            
      
        
          +118
        
        
          −28
        
        
          
        
      
    
  
Conversation
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
    | 
 This stack of pull requests is managed by Graphite. Learn more about stacking. | 
7850088    to
    cc9f03b      
    Compare
  
    68b0225    to
    a796ac4      
    Compare
  
    cc9f03b    to
    54887d7      
    Compare
  
    a796ac4    to
    c132d3e      
    Compare
  
    54887d7    to
    1b140cd      
    Compare
  
    
              
                    icyJoseph
  
              
              reviewed
              
                  
                    Oct 15, 2025 
                  
              
              
            
            
              
                    icyJoseph
  
              
              reviewed
              
                  
                    Oct 15, 2025 
                  
              
              
            
            
1b140cd    to
    89d1fac      
    Compare
  
    c132d3e    to
    638c730      
    Compare
  
    89d1fac    to
    d5a7788      
    Compare
  
    638c730    to
    3a0a169      
    Compare
  
    d5a7788    to
    999ed9e      
    Compare
  
    3a0a169    to
    585ff17      
    Compare
  
    999ed9e    to
    38d426a      
    Compare
  
    585ff17    to
    172162a      
    Compare
  
    38d426a    to
    3f4b756      
    Compare
  
    172162a    to
    f19dbfb      
    Compare
  
    926983c    to
    ccc6110      
    Compare
  
    c88daf8    to
    a85a3e9      
    Compare
  
    a85a3e9    to
    2918422      
    Compare
  
    2918422    to
    5e00469      
    Compare
  
    
              
                    mischnic
  
              
              approved these changes
              
                  
                    Oct 21, 2025 
                  
              
              
            
            
0c6f0f4    to
    dfa6498      
    Compare
  
            
          
                test/e2e/app-dir/proxy-missing-export/proxy-missing-export.test.ts
              
                Outdated
          
            Show resolved
            Hide resolved
        
      
              
                    devjiwonchoi
  
              
              commented
              
                  
                    Oct 21, 2025 
                  
              
              
            
            
        
          
                test/e2e/app-dir/proxy-missing-export/proxy-missing-export.test.ts
              
                Outdated
          
            Show resolved
            Hide resolved
        
      Co-authored-by: Joseph <sephxd1234@gmail.com>
Co-authored-by: vercel[bot] <35613825+vercel[bot]@users.noreply.github.com>
c0da357    to
    b293ddd      
    Compare
  
    
              
                    mischnic
  
              
              approved these changes
              
                  
                    Oct 21, 2025 
                  
              
              
            
            
| Merge activity
 | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
      Labels
      
    created-by: Next.js team
  PRs by the Next.js team. 
  
    tests
  
    Turbopack
  Related to Turbopack with Next.js. 
  
    type: next
  Add this suggestion to a batch that can be applied as a single commit.
  This suggestion is invalid because no changes were made to the code.
  Suggestions cannot be applied while the pull request is closed.
  Suggestions cannot be applied while viewing a subset of changes.
  Only one suggestion per line can be applied in a batch.
  Add this suggestion to a batch that can be applied as a single commit.
  Applying suggestions on deleted lines is not supported.
  You must change the existing code in this line in order to create a valid suggestion.
  Outdated suggestions cannot be applied.
  This suggestion has been applied or marked resolved.
  Suggestions cannot be applied from pending reviews.
  Suggestions cannot be applied on multi-line comments.
  Suggestions cannot be applied while the pull request is queued to merge.
  Suggestion cannot be applied right now. Please check back later.
  
    
  
    
Improve invalid Proxy/Middleware export error message to:
Turbopack:
Closes NEXT-4741