Mihai C
Mihai C
None of the provided solutions worked for me
@zanami did you find the right solution for this? I'm in the same situation as you...
@skipkayhil I made some updates including tests. Not sure if it's the right way to test it. Probably need to update docs around this if this is accepted. Additionally, when...
Thanks for this! Much needed! @krzkaczor
This has been open for almost 2 months and the problem is still there. @krzkaczor can we get this merged, please?
@jgil-r That does not fix the issue. It just hides it.
Pragma version of solidity needs to be at least 0.8.4 for custom errors to work: https://blog.soliditylang.org/2021/04/21/custom-errors/ In your code, solidity version is set to `>=0.8.0`.
ESModules are mandatory in Next.js TS projects, so importing the Hardhat Runtime is impossible in Typescript Next.js projects.
@alcuadrado I don't expect it to run in the browser. I opened a new issue with more details here: https://github.com/NomicFoundation/hardhat/issues/3676
To reference routes inside the `rapidfire` engine from outside the engine you need to prepend the path with `rapidfire`. E.g. `rapidfire.surveys_path` To reference routes outside the engine, from within the...