Justin Leatherwood
Justin Leatherwood
FYI -- all of these issues seem related https://github.com/serverless-nextjs/serverless-next.js/issues/2454, https://github.com/serverless-nextjs/serverless-next.js/issues/757, https://github.com/serverless-nextjs/serverless-next.js/issues/881, https://github.com/serverless-nextjs/serverless-next.js/issues/85
This issue exists more broadly for any dependencies that are not yet ready to use React 18. (I'm having this issue because we have an internal library that isn't able...
@jayair So just to try and summarize the workaround: When you add a new parameter to an app that executes code during the build (Next.js does this _regardless_ if you're...
@jayair Any updates on this? Searching discord just turns up workarounds and callouts that `basePath` isn't currently supported. We use `basePath` extensively with multiple apps behind a reverse proxy, so...
Next.js, yeah, we use it in our app's Next config, but when deployed with SST, that basePath isn't used as a prefix in cloudfront (specifically the app looks for static...
I derped/lied. My workaround doesn't actually solve the issue. Regarding what I said before: > We use basePath extensively with multiple apps behind a reverse proxy Without base path support,...
@jayair since I figured out how `basePath` was previously done, went ahead and opened a suggested PR ☝️ to address at least the Next.js part of this issue.
@jayair any updates here? We're nearing the end of our evaluation period of SST and hoping to use this getting released as an example of our ability to influence/improve community...
Quill 2.0 is officially out! - Release: https://github.com/quilljs/quill/releases/tag/v2.0.0 - Migration guide: https://quilljs.com/docs/upgrading-to-2-0
I haven't personally tried this, but it's certainly possible. This StackOverflow answer may help get you started if you're also planning to use this with Heroku http://stackoverflow.com/a/37487435/2379922