My bad.
It looks like I needed to restart IIS or at least recycle the app pool and start/stop the website.
It's working now.
Thanks,
Hi @ismcagdas!
So glad it's not supposed to do that; this means it's something to do with my setup.
I checked the log and it had a bunch of hangfire timeout errors, some invalid token errors and the following error;
INFO 2019-07-24 19:48:03,573 [4 ] soft.AspNetCore.Hosting.Internal.WebHost - Request starting HTTP/1.1 DEBUG http://localhost:22742/ 0
INFO 2019-07-24 19:48:03,573 [8 ] soft.AspNetCore.Hosting.Internal.WebHost - Request starting HTTP/1.1 GET http://localhost:22742/
ERROR 2019-07-24 19:48:03,952 [8 ] Microsoft.AspNetCore.Server.Kestrel - Connection id "0HLOGK8GPONP5", Request id "0HLOGK8GPONP5:00000001": An unhandled exception was thrown by the application.
System.ArgumentNullException: Value cannot be null.
Parameter name: values
at System.String.Join(String separator, IEnumerable1 values) at Microsoft.Extensions.RazorViews.BaseView.EndWriteAttribute() at Microsoft.AspNetCore.Hosting.Views.ErrorPage.ExecuteAsync() at Microsoft.Extensions.RazorViews.BaseView.ExecuteAsync(HttpContext context) at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http.HttpProtocol.ProcessRequests[TContext](IHttpApplication
1 application)
I don't want to fight with it so I've grabbed the latest version and will start from it.
Thanks,
Wg
Hi alper,
Accepted.
Thank you,
Wg
Hi alper,
It's: wizgod
Thanks,
Wg
Hi ismcagdas,
That link isn't working.
Also, is there anywhere in the code I can add changes myself?
Thanks,
Wg
I was able to ignore using the web.config file by adding "useHash: true" in root-routing.module.ts:
@NgModule({ imports: [RouterModule.forRoot(routes, { useHash: true })], exports: [RouterModule], providers: [] })