Hi @SAI ANIRUDH,
According to my research and testing, you can use the following PowerShell code to disable the parameter setting "DenyAddAndCustomizePages" to resolve issues where files are downloaded instead of rendered.
Set-SPOsite https://xxx.sharepoint.com/sites/xxx -DenyAddAndCustomizePages 0
Note: Please upload the .aspx
file as Site Owner to the document library. It won't work if you just have "Member" permissions to the site.
Similar issue for reference: SharePoint Online new aspx files keep downloading instead of showing
Hope it can help you. Thanks for your understanding.
Note: Microsoft is providing this information as a convenience to you. The sites are not controlled by Microsoft. Microsoft cannot make any representations regarding the quality, safety, or suitability of any software or information found there. Please make sure that you completely understand the risk before retrieving any suggestions from the above link.
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.