MutinyWallet / mutiny-deploy

4 stars 1 forks source link

Gifting feature not working on self-hosted instance #5

Closed bitcointxoko closed 7 months ago

bitcointxoko commented 11 months ago

Describe the issue:

Opening the gift link created in the self-hosted instance brings up an nginx 404 not found error. It is also possible to create gifts with zero wallet balance.

Expected behaviour:

Opening the gift link brings up a (self-hosted) Mutiny Wallet in which the recipient can redeem the gift. Gifts cannot be created with zero wallet balance.

Steps to reproduce:

  1. I have followed the deployment instructions found in docs to deploy Mutiny to a VPS. There is already an instance of nginx running on the VPS before deploying Mutiny, I'm not sure if it causes conflicts, but other features seem to work fine.
  2. Navigate to https://mutiny.bitcointxoko.com and create a gift. It is possible to create a gift with zero balance, which does not seem right. I have added the default Esplora and RGS back into the Servers settings.
  3. Redeem the gift in a browser and observe the 404 not found error.

Other info

The following are working:

The following are NOT working:

benthecarman commented 11 months ago

Hey sorry about the late reply

Our next release will fix gifting and nostr contacts, sorry about that.

For Vanadium checkout our compatibility guide, looks like you need Javascript JIT turned on for your url

bitcointxoko commented 11 months ago

No worries, excited for the next release!

Enabled Javascript JIT in Vanadium and it works now, cheers