Gwain
Gwain
WWasp
Created by Gwain on 5/8/2025 in #đŸ™‹questions
Cannot find helmet
@kapa.ai How do I add headers to the response?!
16 replies
WWasp
Created by Gwain on 5/8/2025 in #đŸ™‹questions
Cannot find helmet
Cannot for the life of me set either of those to work.
16 replies
WWasp
Created by Gwain on 5/8/2025 in #đŸ™‹questions
Cannot find helmet
@kapa.ai How do I set rossOriginOpenerPolicy and crossOriginEmbedderPolicy? The server middleware doesnt seem to be changing the response headers.
16 replies
WWasp
Created by Gwain on 4/28/2025 in #đŸ™‹questions
Github actions error with wasp in /app
Any ideas @kapa.ai ?
17 replies
WWasp
Created by Gwain on 4/28/2025 in #đŸ™‹questions
Github actions error with wasp in /app
It seems to error out on the npm install section. Not happening locally
17 replies
WWasp
Created by Gwain on 4/28/2025 in #đŸ™‹questions
Github actions error with wasp in /app
:bee: --- Building wasp project... ---------------------------------------------------

[ Wasp ] Starting npm install
[ Wasp ] Still installing npm dependencies!
[ Wasp !] npm warn deprecated oslo@1.2.1: Package is no longer supported. Please see https://oslojs.dev for the successor project.
[ Wasp ] Installation going great - we'll get there soon!
[ Wasp ] The installation is taking a while, but we'll get there!
[ Wasp !] npm error code 1
[ Wasp !] npm error path /home/runner/work/Censor.Video/Censor.Video/node_modules/ffmpeg-static
[ Wasp !] npm error command failed
[ Wasp !] npm error command sh -c node install.js
[ Wasp !] npm error node:internal/modules/cjs/loader:1228
[ Wasp !] npm error throw err;
[ Wasp !] npm error ^
[ Wasp !] npm error
[ Wasp !] npm error Error: Cannot find module './internal/streams/buffer_list'
:bee: --- Building wasp project... ---------------------------------------------------

[ Wasp ] Starting npm install
[ Wasp ] Still installing npm dependencies!
[ Wasp !] npm warn deprecated oslo@1.2.1: Package is no longer supported. Please see https://oslojs.dev for the successor project.
[ Wasp ] Installation going great - we'll get there soon!
[ Wasp ] The installation is taking a while, but we'll get there!
[ Wasp !] npm error code 1
[ Wasp !] npm error path /home/runner/work/Censor.Video/Censor.Video/node_modules/ffmpeg-static
[ Wasp !] npm error command failed
[ Wasp !] npm error command sh -c node install.js
[ Wasp !] npm error node:internal/modules/cjs/loader:1228
[ Wasp !] npm error throw err;
[ Wasp !] npm error ^
[ Wasp !] npm error
[ Wasp !] npm error Error: Cannot find module './internal/streams/buffer_list'
17 replies
WWasp
Created by Gwain on 4/28/2025 in #đŸ™‹questions
Github actions error with wasp in /app
@genyus Unfortunetly that doesn't work. However I refactored my project to have the wasp in the root. But now another issue
17 replies
WWasp
Created by Gwain on 4/28/2025 in #đŸ™‹questions
Github actions error with wasp in /app
@miho Any advice on why it's not able to deploy when changing the working directory to ./app? đŸ˜„
17 replies
WWasp
Created by Gwain on 9/16/2024 in #đŸ™‹questions
Cannot add new field to User entity
That solved it! Thanks a million @kapa.ai . One last question. What's your favorite color?
13 replies
WWasp
Created by Gwain on 9/16/2024 in #đŸ™‹questions
Cannot add new field to User entity
Great thank you! @kapa.ai where do I update the userSeed.ts file? I'm using openSaas.
13 replies
WWasp
Created by IamIconLiving on 3/29/2024 in #đŸ™‹questions
Possibility to disable wasp reload on UI file changes?
Agree 100% with this also. App should not be rebuilding after every UI change.
20 replies
WWasp
Created by Gwain on 3/20/2024 in #đŸ™‹questions
Stripe Webhook Server in production
So impressed Vinny with your response and docs. Yes that's perfect! You guys are awesome
12 replies
WWasp
Created by Gwain on 3/20/2024 in #đŸ™‹questions
Stripe Webhook Server in production
UPDATE OK figured it out. The Stripe CLI that the Open-Saas Docs reference has to do with local Dev, once you deploy to Fly.io for example, you have to change the webhook secret in the Stripe -> Dev -> Webhooks section, create a new webhook by URL pointing to your server url/stripe-webhook endpoint, and then add the Webhook Secret found on the stripe dashboard to your .env settings. Hope this helps someone!
12 replies
WWasp
Created by Gwain on 3/20/2024 in #đŸ™‹questions
Stripe Webhook Server in production
Using that method I get No signatures found matching the expected signature for payload. Are you passing the raw request body you received from Stripe? I wonder if it's an issue with the Stipe API version conflict? OR I need to add different webhook key for using the webhook endpoint?
12 replies
WWasp
Created by Gwain on 3/20/2024 in #đŸ™‹questions
Stripe Webhook Server in production
Great! Can we get some documentation on that on the readme?
12 replies
WWasp
Created by Gwain on 3/20/2024 in #đŸ™‹questions
Stripe Webhook Server in production
OR, should I use stripe webhook that points to a URL? And if so I think I need to update the WASP webhook logic.
12 replies