-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
OrchardCoreCmsWeb Only runs one time, second run giving page not found error #16289
Comments
Thank you for submitting your first issue, awesome! 🚀 We're thrilled to receive your input. If you haven't completed the template yet, please take a moment to do so. This ensures that we fully understand your feature request or bug report. A core team member will review your issue and get back to you. If you like Orchard Core, please star our repo and join our community channels. |
I can reproduce this with a fresh clone of the latest |
I have already tried running with --framework, however it still fails
second time.
Also if you download the latest version from GitHub release it's working
perfectly fine.
The issue is occurring on latest GitHub main branch.
Can you please confirm you can run twice and able to browse the
application? Also please try with --no-build as well.
I have noticed one thing if delete app_data folder then it will work, again
Stop the application, delete app_data and run again, it will work. But on
every run i have to delete app_data folder.
…On Tue, Jun 11, 2024, 19:51 Zoltán Lehóczky ***@***.***> wrote:
I can reproduce this with a fresh clone of the latest main (3d3f172
<3d3f172>)
under Windows (you need to actually run dotnet run --framework net8.0).
—
Reply to this email directly, view it on GitHub
<#16289 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AY4ZUJB5E6LOP3CHTSPQGPLZG4BWFAVCNFSM6AAAAABJD2N3M2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCNRQHA4TIMJXGM>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
I said I can reproduce it, it's a valid bug. |
Thanks for the confirmation.
So what's now?
Any timelines?
…On Tue, Jun 11, 2024, 21:13 Zoltán Lehóczky ***@***.***> wrote:
I said I *can* reproduce it, it's a valid bug.
—
Reply to this email directly, view it on GitHub
<#16289 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AY4ZUJADSE5NSFJYF7U3GGTZG4LLBAVCNFSM6AAAAABJD2N3M2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCNRRGA4DENZWGA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
We triaged this issue and set the milestone according to the priority we think is appropriate (see the docs on how we triage and prioritize issues). This indicates when the core team may start working on it. However, if you'd like to contribute, we'd warmly welcome you to do that anytime. See our guide on contributions here. |
We triaged this issue and set the milestone according to the priority we think is appropriate (see the docs on how we triage and prioritize issues). This indicates when the core team may start working on it. However, if you'd like to contribute, we'd warmly welcome you to do that anytime. See our guide on contributions here. |
Looks like this is caused by #15793. I'll have a look. |
Thank you! |
I broke it, so I'm trying to fix it 🙈😇 Hopefully this is the last mistake of this kind... |
Navigate to ./OrchardCore/src/OrchardCore.Cms.Web.
Run dotnet run.
Open the http://localhost:5000 URL in your browser.
Stop the App
Again Run the application a second time and browse the URL "http://localhost:5000", it will show a page not found error.
The text was updated successfully, but these errors were encountered: