You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Install, import and initialize Squarelink in pages/index.js
run yarn build
run now login
run now --prod
Then navigate to the link that is created and you should see the same error.
Just a heads up, there is some weird caching thing that next.js or ZEIT does, making it really hard to debug when you make changes. I found myself creating a new project and doing a fresh deploy for each change I made (might not be necessary).
We have temporarily removed Squarelink from our bundle so that we can unblock a customer, but will be adding it back in once we make some changes to our code base so that the wallets are dynamically imported (so that this particular customer can just not include it) or until this bug is fixed on your end (whichever comes first).
The text was updated successfully, but these errors were encountered:
Getting an error in server side rendering environments when the app has been deployed. The error doesn't show up in a dev environment though.
TypeError: "Super expression must either be null or a function, not undefined"
Steps to reproduce: (as successfully deploying SSR apps can be quite the challenge!)
pages/index.js
yarn build
now login
now --prod
Just a heads up, there is some weird caching thing that next.js or ZEIT does, making it really hard to debug when you make changes. I found myself creating a new project and doing a fresh deploy for each change I made (might not be necessary).
We have temporarily removed Squarelink from our bundle so that we can unblock a customer, but will be adding it back in once we make some changes to our code base so that the wallets are dynamically imported (so that this particular customer can just not include it) or until this bug is fixed on your end (whichever comes first).
The text was updated successfully, but these errors were encountered: