RecipeSage-selfhost icon indicating copy to clipboard operation
RecipeSage-selfhost copied to clipboard

activate.sh script needs a second argument

Open elChapoSing opened this issue 1 year ago • 1 comments

Describe the issue

When running the script to activate (after contributing of course :) ), it fails.

npx ts-node --swc --project packages/backend/tsconfig.json packages/backend/src/activate [email protected]

needs to be

npx ts-node --swc --project packages/backend/tsconfig.json packages/backend/src/activate [email protected] Forever

Think the default is 'forever' which does not match what is expected in the subscription models.

Please do the following and check the boxes before filing [ ] I have attached my docker-compose.yaml to the issue [ ] I have attached the logs for my api container to the issue [X ] My issue is related to this selfhost repo, not the main tracker for RecipeSage here

elChapoSing avatar Jan 28 '24 06:01 elChapoSing

Indeed a bug! It should be lowercase "forever" as the default and "Forever" should not work.

julianpoy avatar Jan 30 '24 07:01 julianpoy

Fixed in the latest version.

julianpoy avatar Jun 05 '24 06:06 julianpoy