So in the spirit of this community and not just to focus on the Reddit… issues… I thought it might be nice to get a topical conversation going in here.
Basically, what open source projects are you currently working on or are you heavily involved with?
I think it would be nice to see what projects people have on the go, get some publicity out there and otherwise talk about stuff that we should be discussing here.
That’s great to hear! The backend cors origins errors pops up when the domain/IP you’re hosting the site on differs from whats set in the
.env
BACKEND_CORS_ORIGINS
. I’m not sure if you were the one that created the issue on my Github for CORS but if not I just realized I forgot to add another thing needed on the frontend. Ill push an update fixing that tonight but in the meantime if you look at file:frontend/src/services/api.service.ts
and notice theBASE_URL
set to localhost, you could try adjusting that to your IP/domain