🐛 Bug fix
- [core:framework] Fix host using localhost not working on a lot of envs (#5659) @alexandrebodin
Tag Name: v3.0.0-beta.19.5
Release Date: 4/1/2020
StrapiOpen-source headless CMS built with Node.js. Provides developers with complete freedom in choosing their favorite tools and frameworks for frontend development.
Strapi v3.0.0-beta.19.5 fixes a critical issue where using 'localhost' as the host was not working properly in many environments. This update ensures better compatibility and smoother development experience across different setups.
No migration is required for this update. This is a bug fix that improves compatibility without requiring any changes to existing configurations.
If you were previously using workarounds to address localhost connectivity issues, you can now remove those workarounds and use the standard configuration.
This update is recommended for all users who:
The upgrade process is straightforward:
npm install [email protected]
# or
yarn upgrade [email protected]
No configuration changes are required after upgrading.
Fixed an issue where using 'localhost' as the host was not working properly in many environments. This was causing connectivity problems and inconsistent behavior during development.
The fix ensures that:
This addresses the issue reported and fixed in PR #5659.
No new features were added in this release. This is a bug fix release focused on resolving host configuration issues.
No security fixes were included in this release.
No specific performance improvements were included in this release. The focus was on fixing the host configuration issue.
This release addresses a significant compatibility issue that affected developers using 'localhost' as their host configuration. The fix ensures that Strapi works consistently across different environments, improving the development experience and reducing setup problems.
The impact is particularly important for local development workflows and for teams working across different environments. By fixing this issue, Strapi provides a more reliable development experience without requiring special workarounds for host configuration.
While this is a relatively small change in terms of code modifications, it resolves a pain point that affected many developers in their daily workflow.