Description
Describe the bug
The website https://createweb3dapp.alchemy.com loads for a split second then errors out.
To Reproduce
Steps to reproduce the behavior:
- Go to (https://createweb3dapp.alchemy.com)
- Wait 1 second
- Observe the error message
Application error: a client-side exception has occurred (see the browser console for more information).
Has been recreated on both chrome and brave public and private browsers
Expected behavior
Ideally the website should stay visible so that users can explore the different components made available through the create-web3-dapp package
Desktop (please complete the following information):
-
OS: M1 Mac
-
Browser chrome
-
Version 118.0.5993.117 (Official Build) (arm64)
-
Browser brave
-
Version 1.46.138 Chromium: 108.0.5359.94 (Official Build) (arm64)
Smartphone (please complete the following information):
- Device: Iphone15 pro
- OS: iOS17.1
- Browser Chrome
- Version 119.0.6045.109 (Official Build) stable (64-bit)
Additional context
Some quick research says its probably a malformed loaded script. The time delay between the page loading and the error occurring leads me to believe that is correct. The script that takes longest to load in the network tab is "getComponentByName" which returns a client version rather than any sort of "NFT Gallery Component". Given that the error is triggered afterwards I'm curious if that is the source of error.