You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Build succeeds, but serve does not work (manifest.js is generated, though, as /temp/build/manifest.js)
You get this in the browser log:
This is the console:
Looks like gulp serve does not serve manifest.js file for the local workbench in 1.21
Am I doing something wrong? Is it for everyone or just me?
NOTE: If you follow the same steps with NODE 18 and SPFx 1.20, everything works.
After investigating a bit:
If you copy the generated manifest.js file manually from /temp/build/manifest.js to /temp/manifest.js, then it starts working 😕
The text was updated successfully, but these errors were encountered:
Hi @nbelyh! Thank you for bringing this issue to our attention. We will investigate and if we require further information we will reach out in one business day. Please use this link to escalate if you don't get replies.
Hi @nbelyh! We have closed this issue in our system, but we would love to hear your feedback. To let us know how we did, simply use one of the following emoji icons: 👍 for resolved, 👎 for unresolved, or ❤️ for a great experience on this message. Please use the link for more detailed feedback.
Uh oh!
There was an error while loading. Please reload this page.
I cannot debug anything in 1.21👀
The
gulp serve
just doesn't seem to work.Steps to reproduce is to follow the "getting started" manual (use node 22):
Build succeeds, but
serve
does not work (manifest.js is generated, though, as /temp/build/manifest.js)You get this in the browser log:
This is the console:
Looks like
gulp serve
does not serve manifest.js file for the local workbench in 1.21Am I doing something wrong? Is it for everyone or just me?
NOTE: If you follow the same steps with NODE 18 and SPFx 1.20, everything works.
After investigating a bit:
If you copy the generated manifest.js file manually from /temp/build/manifest.js to /temp/manifest.js, then it starts working 😕
The text was updated successfully, but these errors were encountered: