-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Versions 0.12.4+ throw TypeError: Cannot read property 'schema' of undefined #164
Comments
A bit of digging - this seems to be the line (from #153), https://github.com/seek-oss/serverless-haskell/pull/153/files#diff-dcdc3e0b3362edb8fec2a51d3fa51f8fb8af8f70247e06d9887fa934834c9122R159 but not sure what it's all doing really |
Which version of |
Ah yes, I tried a bunch of different ones. Looks like I'm now on a working combo of Previously i had tried upgrading to latest ( |
Did NPM or Yarn warn you in any way? 0.12.4 bumped the serverless dependency to 2.4.0 (or above). Now that I think of it, it should have mentioned that in a changelog... |
I don't think it did, but again tried many iterations before realising maybe this wasn't me. I could try to recreate it if that helps? And yes +1 for mentioning in changelog, I had a look (or a bigger version bump? semver's a bit weird for plugins sometimes IMO) |
Hi
Can't work out quite what's going on but after upgrading from 11.3 -> 12.5 I get this:
with
After downgrading it seems to stop (this, at least) in 0.12.3 so maybe the schema validation did something? I've checked the docs.
The text was updated successfully, but these errors were encountered: