Adeel Ejaz
Adeel Ejaz
Hi @lforst, - I didn't have a webpack configuration section, but I added one for Sentry but still no luck ```js // next.config.js const SentryCliPlugin = require("@sentry/webpack-plugin"); const { withSentryConfig...
I also tried adding webpack in but I started getting weird error with vercel/nft module. I also checked my package-lock.json file and I do not have a webpack as a...
`submit` outputs: ``` ruby ``` ``` html ``` As you can see it outputs an input which means the `value` attribute cannot contain any HTML I recommend using `button` which...
+1 I’m seeing similar issue in non-typescript Next.js project. signedInDetails is missing on the response from currentUser only for some users.
Hi @ldr2273, did you test this on an installation that was upgraded from a previous version of Woocommerce and the plugin? Because in our cases, we upgraded existing installations. I...
@vidishpurohit We use it where the customer is checkout directly from cart page using the PayPal Express Button, so you never get an option to preselect a country (so not...
@mattallan There is no billing address setup on WooCommerce side as it is call configured in PayPal. And in my tests, the issue occurs with all product types. The issue...