mirror of
https://github.com/amidaware/tacticalrmm.git
synced 2026-04-26 23:15:57 +03:00
[GH-ISSUE #1024] Debian Installation Issues #2573
Labels
No labels
In Process
bug
bug
dev-triage
documentation
duplicate
enhancement
fixed
good first issue
help wanted
integration
invalid
pull-request
question
requires agent update
security
ui tweak
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/tacticalrmm#2573
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @jeevisonline on GitHub (Mar 26, 2022).
Original GitHub issue: https://github.com/amidaware/tacticalrmm/issues/1024
Server Info (please complete the following information):
Installation Method:
Agent Info (please complete the following information):
Describe the bug
I get the error
Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at https://api.xxx.ca/checkcreds/. (Reason: CORS header “Access-Control-Allow-Origin” missing).When trying to log into a freshly installed server.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
No issues expected on a fresh installation on Debian. This issue does not occur on Ubuntu.
Screenshots

Additional context
Running the command
bash -x install.sh 2>&1 | tee install.log, I noticed errors in the output file.Wh1te has this file on discord.
Relevant Information:
Mesh Central Starts, running on port 4430 aliased to port 443, NATS gets enabled, environment variables are set,
Then i start getting syntax errors.
@silversword411 commented on GitHub (Mar 26, 2022):
Cross origin I think is you trying to cross URL's and getting a failure. You reinstall fresh a new installation. Just installed a new deb server the other day without issues
@jeevisonline commented on GitHub (Mar 27, 2022):
Yeah, I looked at this with Wh1te. He can't reproduce it with the same ISO and platform. Going to assume that it's something with my setup unless it happens to someone else. I will close this for now.