Filip
WWasp
•Created by criting_ on 4/22/2025 in #đŸ™‹questions
Docker and MacOS
Ok, great to hear it!
23 replies
WWasp
•Created by criting_ on 4/22/2025 in #đŸ™‹questions
Docker and MacOS
I seem to remember that Docker desktop previously required you to run it, and it would then ensure the
docker
command is in your path for you. Have you tried that?23 replies
WWasp
•Created by criting_ on 4/22/2025 in #đŸ™‹questions
Docker and MacOS
Hey @criting_, seems you setup docker as an alias (instead of adding it to the
PATH
).
Scripts and programs don't see aliases, they only see commands from PATH
.
So, to fix the error, you should do precisely what the error says...
Wasp needs docker installed and in PATH.... Ensure the
docker
command is in your path.23 replies
WWasp
•Created by qdeehwee on 4/17/2025 in #đŸ™‹questions
Use pnpm instead of npm
Here's an issue if you want to track it: https://github.com/wasp-lang/wasp/issues/2262
@qdeehwee Thanks for the suggestion and interest!
9 replies
WWasp
•Created by infelipe Gomes on 4/15/2025 in #đŸ™‹questions
How to refresh table data after deleting a record in Wasp?
Hey @infelipe Gomes, you shouldn't need to call in the
queryClient
for this. It's a textbook case of Wasp's cache invalidation and should be working out of the box with entities (as you guessed). Perhaps we have a bug, or perhaps your code is a little off.
Do you mind sharing it? E.g., how do you define those queries and actions in the Wasp file?18 replies
WWasp
•Created by julien on 4/3/2025 in #đŸ™‹questions
Unable to get cookies onAfterLogin
Hey @julien, I recommend reading up on Cookies: https://developer.mozilla.org/en-US/docs/Web/HTTP/Guides/Cookies
If you're still unclear after understanding that, ping me and we'll figure it out đŸ™‚
@miho anything particular you were hoping I share?
9 replies
WWasp
•Created by Juan on 3/26/2025 in #đŸ™‹questions
Testing dockerfile locally
No need to install the global aliases, just run the commands you need đŸ™‚
11 replies
WWasp
•Created by Juan on 3/26/2025 in #đŸ™‹questions
Testing dockerfile locally
@Juan This is how I simulate a production setup locally
11 replies
WWasp
•Created by Juan on 3/26/2025 in #đŸ™‹questions
Testing dockerfile locally
I'll share what I do
11 replies
WWasp
•Created by Juan on 3/26/2025 in #đŸ™‹questions
Testing dockerfile locally
Hey Juan, thanks for the patience
11 replies
WWasp
•Created by Juan on 3/18/2025 in #đŸ™‹questions
Setting up Cors in 0.16.0
@miho any other ideas. You only need to read this message: https://discord.com/channels/686873244791210014/1351647113846456370/1352021521958436957
20 replies
WWasp
•Created by Juan on 3/18/2025 in #đŸ™‹questions
Setting up Cors in 0.16.0
But that sounds far fetched. Hm...
20 replies
WWasp
•Created by Juan on 3/18/2025 in #đŸ™‹questions
Setting up Cors in 0.16.0
Oh, so it really is CORS. Check your
WASP_WEB_CLIENT_URL
env var. Looks like it possibly has multiple values20 replies
WWasp
•Created by NEROX on 3/19/2025 in #đŸ™‹questions
Property does not exist on type
Perfect!
12 replies
WWasp
•Created by pipas on 3/18/2025 in #đŸ™‹questions
Best practices to verify files before uploading to S3?
Hey @pipas. @G35x gave a great answer (thanks!)
Other than that, could you elaborate what you mean by "the integrity of the PDF files"?
15 replies
WWasp
•Created by Ricardo Batista on 3/13/2025 in #đŸ™‹questions
Attaching DigitalOcean database
Bummer. If you decide to go for it again and need help, feel free to ping me (even if not Wasp related).
13 replies
WWasp
•Created by Juan on 3/18/2025 in #đŸ™‹questions
Setting up Cors in 0.16.0
Hey @Juan, why do you think its a CORS problem? I'm asking because this seems unlikely since we haven't changed anything.
Which error are you getting?
FWIW, users often misdiagnose various server issues as CORS issues.
If I was a betting man, I'd bet on that: https://discord.com/channels/686873244791210014/1323006880154517606/1326103930786152459
20 replies
WWasp
•Created by Ryan Salsman on 3/15/2025 in #đŸ™‹questions
Email does not work after deployment
Hm, gotta say you caught me there. I'll summon @miho to help. He knows Fly much better than I do
12 replies
WWasp
•Created by NEROX on 3/17/2025 in #đŸ™‹questions
Generate User API Key for external calls
Hey @NEROX, does this answer your question? Do you need human help?
16 replies