Sha256: b51f422ab96af4837c8bc0065407ecb14b0dab15bf7f0a46d15a320d555d7f84
Contents?: true
Size: 664 Bytes
Versions: 5
Compression:
Stored size: 664 Bytes
Contents
Troubleshooting Duo Dealer App =========== ### Generator duodealer_app:install hangs Rails uses spring by default to speed up development. To run the generator, spring has to be stopped: ```sh $ bundle exec spring stop ``` Run duodealer_app generator again. ### App installation fails with 'The page you’re looking for could not be found' if the app was installed before This issue can occur when the session (the model you set as `DuodealerApp::SessionRepository.storage`) isn't deleted when the user uninstalls your app. A possible fix for this is listening to the `app/uninstalled` webhook and deleting the corresponding session in the webhook handler.
Version data entries
5 entries across 5 versions & 1 rubygems