79740675

Date: 2025-08-20 06:05:40
Score: 2
Natty:
Report link

You need to open the document like this:

window.open('https://view.officeapps.live.com/op/view.aspx?src=' + publicUrl);

This will open files in a new window.

If you want to display the document in an iframe, use:

https://view.officeapps.live.com/op/embed.aspx?src= + publicUrl

Also make sure that your Nginx configuration allows external requests by enabling the appropriate CORS settings. Otherwise, Office Online will not be able to download the file from your server.

Reasons:
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: 404 error