Jikun
Jikun
> > This is so painful from user perspective, may be we should try giving these params internally while starting the swa if the node version is 18. > >...
We release swa-cli v1.1.3 and the issue has been fixed in [PR #704](https://github.com/Azure/static-web-apps-cli/pull/704). If you encounter any problems, please feel free to continue the discussion here.
> I'm still getting the error with version 1.1.3. I'm using nvm for Windows and node 18.16.1. But if I switch to node 16.20.1 everything works as expected. Is there...
Hi @jorgelevy and @jochenjonc, thanks for your feedback. We solved this issue in [#720](https://github.com/Azure/static-web-apps-cli/pull/720), now dev servers can be reached, and there is no need to set --host=127.0.0.1. Before a...
We are happy to inform you that a new release has been published that fixed the issue. Please update swa-cli to v1.1.4 and let us know if you encounter any...
> When will this be fixed? > > I keep getting the below in `1.1.4` > > ``` > [swa] ✖ Error: "localhost" can not be resolved to either IPv4...
Hi @Gijsreyn, thank you for the update. Have we tested this with SWA-CLI?
Hey @stephlocke , SWA runtime will be upgraded this month and will support python3.11. Thanks for your feedback
> > SWA runtime will be upgraded this month and will support python3.11 > > Does this mean my pr for this issue will be accepted or that the core...
Hi @stephlocke, SWA haven't supported deploying node 24 APIs, see https://learn.microsoft.com/en-us/azure/static-web-apps/languages-runtimes. We recommand to temporarily apply this change to the local branch, if you want to execute "swa start" to...