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
altair-fastify-plugin package doesn't work with the newly released fastify v5, the problem being the @fastify/static package used in altair-fastify-plugin package which only supports up to fastify v4
upgrading @fastify/static to the latest version should fix the problem, though it would be better to upgrade all fastify related packages used in altair-fastify-plugin package for long term future proofing
Expected Behavior
ideally altair-fastify-plugin package should work with fastify v5 and the previous fastify versions if there haven't been major changes in fastify's exposed apis
Steps To Reproduce
Follow the guide at this link and make sure to install fastify v5.
Environment
- OS: Fedora Linux 40
- Browser: Google Chrome
- Platform:
- Version: 7.3.6
Additional context
No response
The text was updated successfully, but these errors were encountered:
@imolorhe i did try fixing it myself, but i faced errors related to yarn and was unable to set up the project locally on my system, as long as yarn doesn't work the yarn.lock file won't sync with the changes in the altair-fastify-plugin
Is there an existing issue for this?
Current Behavior
altair-fastify-plugin
package doesn't work with the newly released fastify v5, the problem being the@fastify/static
package used inaltair-fastify-plugin
package which only supports up to fastify v4upgrading
@fastify/static
to the latest version should fix the problem, though it would be better to upgrade all fastify related packages used inaltair-fastify-plugin
package for long term future proofingExpected Behavior
ideally
altair-fastify-plugin
package should work with fastify v5 and the previous fastify versions if there haven't been major changes in fastify's exposed apisSteps To Reproduce
Follow the guide at this link and make sure to install fastify v5.
Environment
Additional context
No response
The text was updated successfully, but these errors were encountered: