Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[-] fix webui if opened from a remote host, fixes #526 #527

Merged
merged 5 commits into from
Aug 27, 2024

Conversation

pashagolub
Copy link
Collaborator

No description provided.

@pashagolub pashagolub linked an issue Aug 27, 2024 that may be closed by this pull request
@pashagolub pashagolub self-assigned this Aug 27, 2024
@pashagolub pashagolub added bug Something isn't working webui Admin UI related issues labels Aug 27, 2024
@pashagolub pashagolub force-pushed the 526-fix-webui-remote-host branch from 5674a31 to eb25b61 Compare August 27, 2024 11:26
@coveralls
Copy link

coveralls commented Aug 27, 2024

Pull Request Test Coverage Report for Build 10577176085

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.1%) to 28.501%

Totals Coverage Status
Change from base Build 10574987859: 0.1%
Covered Lines: 1386
Relevant Lines: 4863

💛 - Coveralls

Copy link
Contributor

@ondar ondar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, looks good.

import { getToken } from "services/Token";

export const axiosInstance = axios.create({
baseURL: "http://localhost:8080/"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So I was correct after all 😁

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yup, thanks for pointing this out!

@pashagolub pashagolub merged commit fbc3762 into master Aug 27, 2024
7 checks passed
@pashagolub pashagolub deleted the 526-fix-webui-remote-host branch August 27, 2024 13:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working webui Admin UI related issues
Projects
None yet
Development

Successfully merging this pull request may close these issues.

WebUI is not working from remote host
4 participants