Narendran
Narendran
Can we add a validator (delegator) to validate params and send an appropriate response?
If we can, assign this issue to me.
I'm also getting the same issue in `0.0.33-rc` version
I've added outstatic on existing nextjs project, This is solved when I add below code in next.config file ```` const nextConfig = { reactStrictMode: false, webpack: (config) => { config.resolve.fallback...
I think this is because we've used `fs` in `pages/` folder, not `api/`? Correct me If I'm wrong?
`18.9.0`
Hey @avitorio as I mentioned below, now it is resolved after adding this in the config, still, need a repo? Let me know, will do. > I've added outstatic on...
Okay assign me and will raise a PR.