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
{{ message }}
This repository was archived by the owner on Dec 17, 2021. It is now read-only.
Describe the bug
The token() call to the drecruit contract in pages/index.js throws an exception when someone uses the app for the first time. As a result, the user sees a blank page instead of the different dev profiles.
To Reproduce
Steps to reproduce the behavior:
delete all cookies and side data (including cache)
have any network apart from mumbai selected in your wallet
go the the site
connect wallet
switch network
Expected behavior
The contract call should not throw an exception and the contract should be loaded properly.
Describe the bug
The
token()call to the drecruit contract inpages/index.jsthrows an exception when someone uses the app for the first time. As a result, the user sees a blank page instead of the different dev profiles.To Reproduce
Steps to reproduce the behavior:
Expected behavior
The contract call should not throw an exception and the contract should be loaded properly.