NextJS Crashing on phones

Viewed 24

I’m working on a NextJS project, whenever I use it on my computer it works flawlessly. But when trying to access pages on my phone, I get the following error.The error message

It’s weird because my app doesn’t use anything remotely related to ethereum.

Thanks in advance for any help.

1 Answers

You have to make sure that ethereum provider is in place. I'm sure if you opened your app in Metamask mobile browser it would work just fine.

Since you haven't included your code snippet I can't help further in this moment

Related