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

Quartzmin in virtual directory #22

Open
eflorespalma opened this issue Oct 15, 2019 · 3 comments
Open

Quartzmin in virtual directory #22

eflorespalma opened this issue Oct 15, 2019 · 3 comments

Comments

@eflorespalma
Copy link

When I publish the web without virtual directory http://PUBLIC_IP it works great, but when I publish something like this http://PUBLIC_IP/manager, I got problems with css and javascript from Quartzmin library.

GET http://localhost:63803/Content/Lib/semantic-ui/semantic.min.css net::ERR_ABORTED 500 (Internal Server Error)
manager:21 GET http://localhost:63803/Content/Lib/semantic-ui/calendar.min.css net::ERR_ABORTED 500 (Internal Server Error)
manager:22 GET http://localhost:63803/Content/Fonts/Lato.css net::ERR_ABORTED 500 (Internal Server Error)
manager:23 GET http://localhost:63803/Content/Site.css net::ERR_ABORTED 500 (Internal Server Error)
manager:25 GET http://localhost:63803/Content/Lib/jquery-3.3.1.min.js net::ERR_ABORTED 500 (Internal Server Error)
manager:26 GET http://localhost:63803/Content/Lib/moment.min.js net::ERR_ABORTED 500 (Internal Server Error)
@hugovlc
Copy link

hugovlc commented Nov 7, 2019

Me too

@devigo
Copy link

devigo commented Feb 21, 2020

@eflorespalma @hugovlc
You can try to fix VirtualPathRoot from QuartzminOptions

app.UseQuartzmin(new QuartzminOptions()
{
    Scheduler = StdSchedulerFactory.GetDefaultScheduler().Result,
    VirtualPathRoot = "/quartz",
});

@maikebing
Copy link

maikebing commented Feb 22, 2020

Fix for Asp.Net Core 3.1 and fixe for VirtualPathRoot
#27

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants