-
Notifications
You must be signed in to change notification settings - Fork 555
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
[BUG] Deploy to Azure Button #4929
Comments
@vnetonline I believe you were able to resolve the issues in the Deploy to Azure functionality in the past... are you able to investigate the latest issues? |
Yup I will have a look and investigate and fix |
I have recorded a FREE course on how to setup Oqtane on Local IIS https://learnoqtane.com/course-page/!/4/how-to-setup-oqtane-on-local-iis If you are not a member of LearnOqtane.com .. you can Join Now for FREE |
The Button to deploy to Azure is working properly, however when it has finished getting the source files from the master it fails because of a Build error see below
|
I understand. |
This related to dotnet/sdk#44197 (comment) i have made a comment that this hasn't been resolved |
Can you share your project file? It isn't obvious to me how this behavior is related to that other issue. |
Oqtane Info
Version - 6.0.0
Render Mode - Static
Interactivity - Server
Database - SQL Server
Describe the bug
I just successfully ran the "deploy to azure" button BUT when I go to the https://websitename.azurewebsites.net URL I get a default azure website status page instead of the oqtane initialization wizard
Expected Behavior
once deployed I should get the oqtane initialize wizard
Steps To Reproduce
click the "deploy to azure" button
fill the form with acceptable values
create
wait for success
clic the website provided address
Anything else?
I know there is a manuall way to do this documented here: https://blazorhelpwebsite.com/ViewBlogPost/1 but I really need that wizard to work because I plan to demonstrate/use oqtane during classes to noobs
Thanks in advance for taking the time. This project is simply Amazing
The text was updated successfully, but these errors were encountered: