Narendran

Results 8 comments of Narendran

Can we add a validator (delegator) to validate params and send an appropriate response?

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?

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.