Maksim Eltyshev
Maksim Eltyshev
Yes, you are definitely right 🤔
To run the development server on different IP or port you need to specify two environment variables with the same value: `BASE_URL` and `REACT_APP_SERVER_BASE_URL`. You can change `BASE_URL` in the...
> I would like to contribute to this issue.. Can I please get an approval from any contributor of this repository? About Me: I am a student currently completing his...
Hi! Thanks for sharing your use case. We don't have groups feature yet, but it's in the plans. And the idea of having boards for different groups sounds interesting.
> Hi! Any chance to get this in main branch? We are about to switch (again!) project / task manager suite, and the team would like something in-house and not...
For now, emails are sent if you are subscribed to a card and that card has been moved to another list or a comment has been left on it. No...
> It's not working for me either. I can see in the planka logs the following whenever I comment on a card: `2024-03-27 22:41:17 [E] undefined` Hm, that's weird, for...
I'll try testing again to catch this `undefined` error.
I tried running Planka in docker with SMTP settings and got the same error. According to [this answer](https://stackoverflow.com/a/74820750) we need to add another environment variable `SMTP_NAME`, so that the hostname...
Adding `SMTP_NAME` doesn't seem to change anything. For some reason, the settings that I tested before and everything worked, now don't work and the same error occurs. But it seems...