Closed Meierschlumpf closed 2 months ago
@Meierschlumpf thanks for opening a PR, i've made a similar pr just because i had various notes and it was easier to just do them then type them all out.
Good luck with homarr
Hey, thank you for fixing it and maintaining those libaries, they simplified the integration in Homarr a lot 🎉
Thanks a whole lot !
Hey, hope you have a good weekend. I wanted to report a bug where we get the following error during build with nextjs:
After digging for about 6 hours we were able to link it to crypto-hash and would like to suggest a small change:
Here you can find people having the same issue with
crypto-hash
: https://stackoverflow.com/questions/77541075/when-i-try-to-push-my-project-in-build-i-got-a-below-error-in-next-jsWe would suggest to try it out with the method provided in the stack overflow post. I think it's mostly related to esm / cjs support of the library.
So instead of the usage
I would suggest something like this to replace the import:
And to remove the
crypto-hash
dependency.If you have any questions let me know!