Lennart
Lennart
Hi, thanks for the issue! I tried `yarn dlx @clerk/upgrade` on an example repo of mine and it works: ```shell clerk-nextjs-app-quickstart on main [⇣!?] via ⬢ v20.11.1 took 2.7s...
Hi! Sorry to hear you're running into an issue. To help us best begin debugging the underlying cause, it is incredibly helpful if you're able to create a [minimal reproduction][reproduction]....
Gatsby maintainer here 👋 Can you please open a bug report in our repo about this: https://github.com/gatsbyjs/gatsby/issues/new?assignees=&labels=type%3A+bug&projects=&template=BUG_REPORT.yml This shouldn't happen and is probably a regression from https://github.com/gatsbyjs/gatsby/pull/37782 The current PR...
In simple terms: - We tell users to use `createRemoteFileNode` like this: https://www.gatsbyjs.com/plugins/gatsby-source-filesystem/#createremotefilenode - Your PR is changing the `createNode` function for `createRemoteFileNode` - It should continue to work how...
Hi @kriszyp 👋 We're running into this same error with Gatsby now. It seems that the recent `1.5.3` release caused this. The output one gets is: ```shell "internal-data-bridge" threw an...
Awesome, thanks for the quick reply. Let me try it and I'll report back 👍
Works with 1.5.4 again. Thanks again!