Base solution for your next web application
Ends in:
01 DAYS
01 HRS
01 MIN
01 SEC

Activities of "maharatha"

The issue doesn't occur while I use localhost. Also I didn't had to use your code as I was able to get it running when I downloaded the 8.0 version isntead of using the latest version download button.

The issue is somwhere the code is making the IIS think it to be a html file instead of CSS file, so I get this error when I host it.

Resource interpreted as Stylesheet but transferred with MIME type text/html

I don't think it to be an IIS confi settings because I am hosting another application built out of ASPNet Zero ANgular abd .NET Core 2.0.

I suspect there is some malformed CSS tag or the way we are injecting the CSS code.

Did anyone else has this issue before ?

The issue was when you download using the latest button in the site this issues comes up. If you choose Version 8 the code that gets downloaded works fine.

I am not sure what's going on there. However I am able to load the site but having an issue with downloading the CSS

Error : Resource interpreted as Stylesheet but transferred with MIME type text/html: "https://dev.pslplus.castandcrew.com/assets/primeng/datatable/css/primeng.datatable.min.css".

Note: In the same server I have hosted another Abp APP of an older version using .Net Core 2.0 and it works fine.

What has changed ?

Team -

We need to solve this at the earliest as it's kind of bottle neck for me. I deployed the code to Dev environment and it started throwing other kinds of error.

This doesn't work as I am getting Resource not found error when i login.

HTTP404: NOT FOUND - The server has not found anything matching the requested URI (Uniform Resource Identifier). (XHR)GET - http://localhost:22742/api/TokenAuth/GetExternalAuthenticationProviders

Update : I provided Team Viewer access and the tech support was able to reproduce it in my system. I have also zipped the code and send it across.

Waiting for them to resolve and get back.

Please note I was able to work on this project till today until i downloaded a fresh copy

HTML1300: Navigation occurred. localhost:4200 (1,1)

[WDS] Live Reloading enabled.

WARN:

Could not find localization source: AbpWeb

HTTP404: NOT FOUND - The server has not found anything matching the requested URI (Uniform Resource Identifier). (XHR)GET - http://localhost:22742/AbpUserConfiguration/GetAll?d=1575869001307

I am in the same boat. I downloaded a fresh copy and the angular application keeps failing to load and the below is the error message in the error log :

Unable to get URL from HttpRequest, fallback to null

DEBUG 2019-12-08 21:15:12,188 [16 ] HttpRequestEntityChangeSetReasonProvider - Unable to get URL from HttpRequest, fallback to null

No matter how many times i download the project it throws the same error. I cleared my browser cache restarted system and did everything ic ould.

Please provide a solution. I am also stuck and unable to move forward

i would like to extend Tenant to have an IMayHaveOrganization and display they organization name in the Tenant List.

Also filter the list based on organizational access of the logged in user.

what's the best way to achieve?

The problem is I set the TenantID in the browser before redirecting the user to Okta. So when Okta authenticates I just use the TenantID and token and log that user

But when you are using the API , I am not sure how to pass the TenantID

Showing 81 to 90 of 326 entries