Base solution for your next web application
Open Closed

Too many redirects #8950


User avatar
0
pascald created

Hi,

I am building a project based on ASP.Net Core and Angular.

I can run the project fone on my dev machine.

I published the project on my test server and after a while I was able to make it work...

The problem is that I have 404 errors when I refresh a page or when I pass from the host to a tenant.
I tried to follow all tips here and Ican't make it work.

I added the rewrite section to the web.config but this gives me a too many redirect" error.



  
    
    
    
      
	        
          
          
            
            
            
          
          
        
      
    

      
        
      
          
    
  

Here is the Chrome Network log:

Screen Shot 2020-04-30 at 22.09.10.png

It had a hard to figure out the correct settings for Cors but it is now working fine but I can't find the correct setting for that one.

What I am missing ?

Thanks,

Pascal


4 Answer(s)