Filip
WWasp
•Created by wacko on 3/2/2024 in #đŸ™‹questions
OpenSaas setup 'Role postgres does not exist'
If it happens again, please let us know!
68 replies
WWasp
•Created by wacko on 3/2/2024 in #đŸ™‹questions
OpenSaas setup 'Role postgres does not exist'
Strange, too bad we can't reproduce it
68 replies
WWasp
•Created by wacko on 3/2/2024 in #đŸ™‹questions
OpenSaas setup 'Role postgres does not exist'
@hadanator Can you reproduce the issue? If so, do you mind sharing the project in which it happens?
68 replies
WWasp
•Created by wacko on 3/2/2024 in #đŸ™‹questions
OpenSaas setup 'Role postgres does not exist'
This is very strange indeed.
68 replies
WWasp
•Created by Glide Orchestra on 4/26/2025 in #đŸ™‹questions
Preventing wasp server recompiling when new files created in /public
Hey @Glide Orchestra, there's no official way to do it. But the problem is actually deeper - you shouldn't be saving these files in the
public
dir.
The public dir won't be available to your server in production. It's a client-side thing for static resources. You can only currently use it because, during development, your server is on the same computer as the client
So, I recommend saving your files into a different directory (you can create one, just as you would if you weren't using Wasp). Doing so will also solve recompilation issues. For more info, check this answer: https://discord.com/channels/686873244791210014/1278404045941375108/1278660290371649650
We plan to offer first class support for this. I've added this thread to the relevant issue: https://github.com/wasp-lang/wasp/issues/1564#issuecomment-283637946516 replies
WWasp
•Created by infelipe Gomes on 4/15/2025 in #đŸ™‹questions
How to refresh table data after deleting a record in Wasp?
Oooh, ok, glad to hear it!
21 replies
WWasp
•Created by infelipe Gomes on 4/15/2025 in #đŸ™‹questions
How to refresh table data after deleting a record in Wasp?
Yeah, everything seems right.
@infelipe Gomes Do you mind sharing the entire project with me? I'll have a look around
21 replies
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?21 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