Closed videate-carlos closed 6 months ago
Is the issue only when you are trying to run the Office Web? The issue is also only happening on Ubuntu, not other platforms? From the log it looks like something is running on port 3000, can you try to look what process is running on port 3000?
Please reopen the issue if you still run into this issue.
Expected behavior
npm run start:web [URL]
starts the dev-server, opens the Document and loads add-inCurrent behavior
npm run start:web [URL]
fails:Steps to Reproduce
yo office --projectType react --name my-addin --host word --js
cd my-addin
npm run start:web [URL]
Context
I initially ran into this issue when trying to tun a project repo which uses
office-sddin-scripts
, specifically it has ascript
that runsoffice-addin-debugging start office-addin/manifest.xml --dev-server='npm run start:office:server' web --document
. This works fine on Linux and macOS but this time I was trying to run it on Ubuntu under WSL. I recreated a new project using the yo generator and it was still not working.Failure Logs
Please include any relevant log snippets, screenshots or code samples here.