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
First of all thanks for doing a great job creating docker images for the different SPFx versions. This really helps us as developers creating SPFx solutions across different versions.
However in recent versions of the images, with the introduction of Node v8, I have noted that I need to set an environment variable NODE_NO_HTTP2=1 as discussed here SharePoint/sp-dev-docs#1002 to be able to attach to the web server from my browser.
Would it be possible to include this environment variable in the images as a default setting?
The text was updated successfully, but these errors were encountered:
Thank you for the kind words and great to hear you find the image useful! The env var you mentioned was necessary in some older versions of SPFx but shouldn't be necessary in the recent version. In which version of the SPFx are you experiencing this issue? What OS and browser are you using?
Thanks for the quick feedback. Good to hear that the issue was resolved in the recent versions.
After your reply I did some more digging to isolate the reason for the issue I'm seeing. I normally work on macOS Mojave and Google Chrome, where I have set up a dev user profile in Chrome to make it easier to switch between the different tenants I work on, without having to sign out of my own tenant. I have narrowed it down to be an issue with this profile as I don't see the issue when using either Safari og Google Chrome with the default profiles.
So I guess I'll just have to switch to the default profiles.
Thanks for helping out!
Great to hear it's working for you @lovengren! Thank you for sharing your findings and please don't hesitate to reach out if anything doesn't work as expected in the future 👍
First of all thanks for doing a great job creating docker images for the different SPFx versions. This really helps us as developers creating SPFx solutions across different versions.
However in recent versions of the images, with the introduction of Node v8, I have noted that I need to set an environment variable NODE_NO_HTTP2=1 as discussed here SharePoint/sp-dev-docs#1002 to be able to attach to the web server from my browser.
Would it be possible to include this environment variable in the images as a default setting?
The text was updated successfully, but these errors were encountered: