brightonmike

Results 6 comments of brightonmike

If you try the fix here https://github.com/vercel/commerce/issues/533#issuecomment-981149223 you only just get other errors further down the line. E.g. if you click into Payment Method, you get: ``` ../packages/commerce/dist/utils/use-hook.js (24:0) @...

I wasn't able to resolve this, we abandoned Vercel Commerce and went down a different route.

You can fix this by adding this to your vue.config.js ``` module.exports = { transpileDependencies: [ 'vuejs-datepicker', ] } ```

For me I am on 12.2.3 which apparently it supports: https://vercel.com/docs/concepts/functions/edge-functions/og-image-generation It doesn't work at all and upgrading to 13 isn't an option for my project (it's a vast codebase...

> @brightonmike see [#41968 (comment)](https://github.com/vercel/next.js/issues/41968#issuecomment-1313894948). Given the OP's repro and `12.2.3`, it still works, both locally, and [on Vercel](https://nextjs-42899-balazsorban.vercel.app/api/og). It's likely a Netlify-related issue and should be reported there. How...

> @brightonmike can you paste here the content of your `/api/og.tsx` please ? > > I tried many things days ago I might be able to help you. Their are...