- 1 Post
- 2 Comments
Joined 2 years ago
Cake day: June 6th, 2023
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
jerlendds@lemmy.mlto Open Source@lemmy.ml•What open source project(s) are you working on?English5·2 years agoI’m working on osintbuddy, my vision of a Maltego/Palantir alternative :) https://github.com/jerlendds/osintbuddy
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