this post was submitted on 05 Jun 2023
49 points (100.0% liked)
Open Source
31137 readers
349 users here now
All about open source! Feel free to ask questions, and share news, and interesting stuff!
Useful Links
- Open Source Initiative
- Free Software Foundation
- Electronic Frontier Foundation
- Software Freedom Conservancy
- It's FOSS
- Android FOSS Apps Megathread
Rules
- Posts must be relevant to the open source ideology
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon from opensource.org, but we are not affiliated with them.
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
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.edit: Just wanted to add on I created a new lemmy community for the project: https://lemmy.ml/c/osintbuddy Feel free to post ideas, bugs, or suggestions there :)