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

organize server/utils.ts functions so that they aren't being imported on the client #370

Open
vincanger opened this issue Feb 18, 2025 · 0 comments · May be fixed by #372
Open

organize server/utils.ts functions so that they aren't being imported on the client #370

vincanger opened this issue Feb 18, 2025 · 0 comments · May be fixed by #372

Comments

@vincanger
Copy link
Collaborator

We're importing requireNodeEnvVar into the payment/plans.ts and then some of these variables are being imported onto the client, causing clientside errors if the user extends the utils.ts file with a serverside only function.

See this convo for more info: https://discord.com/channels/686873244791210014/1339549500158771250/1339549500158771250

pshycodr added a commit to pshycodr/open-saas that referenced this issue Feb 18, 2025
Fixes wasp-lang#370

Organize `server/utils.ts` functions to avoid client-side imports.

* Add `template/app/src/server/envUtils.ts` to contain the `requireNodeEnvVar` function.
* Remove `requireNodeEnvVar` function from `template/app/src/server/utils.ts`.
* Update imports of `requireNodeEnvVar` in `template/app/src/payment/plans.ts`, `template/app/src/payment/lemonSqueezy/paymentProcessor.ts`, `template/app/src/payment/stripe/paymentProcessor.ts`, `template/app/src/payment/stripe/stripeClient.ts`, `template/app/src/payment/lemonSqueezy/webhook.ts`, and `template/app/src/payment/stripe/webhook.ts` to import from `template/app/src/server/envUtils.ts`.
@pshycodr pshycodr linked a pull request Feb 18, 2025 that will close this issue
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

Successfully merging a pull request may close this issue.

1 participant