Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

activate.sh script needs a second argument #74

Closed
elChapoSing opened this issue Jan 28, 2024 · 2 comments
Closed

activate.sh script needs a second argument #74

elChapoSing opened this issue Jan 28, 2024 · 2 comments
Assignees

Comments

@elChapoSing
Copy link

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

@julianpoy
Copy link
Owner

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

@julianpoy
Copy link
Owner

Fixed in the latest version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants