Next Dapp Alpha

Next Dapp Alpha

  • Tutorial
  • Plugins
  • API
  • Github

›Tutorial

Tutorial

  • Quick Start
  • Plugins
  • Building Plugins
  • Todo App Example
  • Wallet App Example
  • DFINITY Example
  • How to Contribute to Docs
  • Troubleshooting
  • Updates

Troubleshooting

Always use the Latest Version

Next Dapp is still in alpha and changing rapidly. So the chances are your troubles have been resolved in the latest versions. To update Next Dapp CLI Tools,

yarn global upgrade nextdapp --latest

Plugins can be updated simply by re-adding.

nextdapp add fb

Update the core.

nextdapp add core

nextdapp add hangs

There seems to be cases nextdapp add [plugin] hangs with the warning below.

help us prioritize new features and bug fixes by enabling us to collect anonymous statistics about your usage. sharing anonymous usage information is completely voluntary and helps us improve Bit and build a better product.
for more information see analytics documentation - https://docs.bit.dev/docs/conf-analytics
would you like to help Bit with anonymous usage analytics? [yes(y)/no(n)]:  (yes) 
(node:16712) Warning: Accessing non-existent property 'padLevels' of module exports inside circular dependency
(Use `node --trace-warnings ...` to show where the warning was created)

If you encounter this, a dirty fix is installing associated bit components outside your app directory and retry nextdapp add in your app directory again. For example, if you are stuck installing fb plugin, go out of the app directory and do below.

nextdapp create myapp
cd myapp
bit init
bit import warashibe.nextdapp/fb

Then go back to your app directory and retry installing fb plugin.

nextdapp add fb

We manage Next Dapp core plugins on Bit.


I can't deploy to Vercel

Sometimes deployment to Vercel fails due to missing dependencies for plugins. Make sure you have installed all the required node packages listed in the plugins docs. For example fb plugin requires firebase and google-auth-library to be installed to the main app (not to the plugin directory).


Discord Community Channel

If you are stuck using Next Dapp, we have a place for you to come ask questions.

Next Dapp Discord

You can also search or post issues in the github repositories.

  • Next Dapp Main Issues

  • Next Dapp CLI Tools Issues

← How to Contribute to DocsUpdates →
  • Always use the Latest Version
  • nextdapp add hangs
  • I can't deploy to Vercel
  • Discord Community Channel
Next Dapp Alpha
Docs
Quick StartPluginsTodo App ExampleDFINITY ExampleAPI ReferenceTroubleshootingUpdates
Community
Discord
Contributors
More
BlogBit PluginsGitHubStar
Copyright © 2021 Warashibe, Inc.