Thanks Alper
Aha - this helps a lot - will report back
So running blazor in in a virtual app (/blaze) hosted by azure solves the problem of x-frame
I can now login directly
with I can login directly with https://a-----.azuresites.net/Account/Login
and use the site.
BUT getting blazor to run in a sub directory is not smooth and the login route is broken / pluse we have to hard code all the menu items with /blaze/menuItem in blazor
OR should we be trying to host the APIs in a virtual app / subdirectory.
Putting the Host and Blazor on the same sub domain solve half my problems but creates others
Seriously we need better deployment documentaion (unless I have missed it).....
Please Help
Where do you want me to send the logs - can you email me.
Also this is pretty high priority for us now - please can you escalate this up at ABP
This is why I paid for support - this is my time of need please
I think its because of the x-frame same origin issue I pasted. On local it is friom the same origin (different ports). but now the sites are on two different subdomains so xframe same origin policy kicks in.
When you host this on Azure do you have two different sub domains or do you put the apis in a virtual app / subfolder ?
Hi Team I suspect this is a noob question but I am blocked on an azure deployment
Swagger and Account/Login are working fine on one url https://a-----.azuresites.net Blazor is working fine on another url https://b-----.azuresites.net
I can login directly with https://a-----.azuresites.net/Account/Login
But I cannot login from blazor - i get
and cors is set in appsettings "CorsOrigins": "https://*.azurewebsites.net,http://localhost:4200,https://localhost:44307"
Any clues would help (Should we be able to host both blazor ansd the APIs under one app url ? )
Also a humble request for deployment instructions particularly to Azure
Seems like we are close but something is not working.
thanks in advance
Hi ABP team,
firstly - huge repect, I highly recommend this framework to anyone who values high standards in .Net. We have happily renewed our commercial subscription and hope to do so for years to come.
There are a few lessons we have learnt from the Drupal community which maybe we can discuss over a coffee one day.... Perhaps the most useful was that Drupal provided a free Market Place for community members and freelancers to advertise their services.
From our perspective it would be very useful to be able to find developers and companies with a track record in ABP and so I would like to humbly request that you create a free market place where suppliers can promote themselves.
cool - thanks :)
Much appreciated -will report back when I get it working :)