Hi,
I'm receiving createUrl: company not set, user context not available whenever I start my project and ir couldn't retrieve any data.
it reaches to the main.component.ts constructor, but it didn't initialize userContext
here is my main constructor
If you base your observations on the console.log. You have a problem. You access this.userContext before it is instantiated. Move the console.log statement:
I understand that, but string value not even logged
I use the following technique in all my solutions - it never fails. I instantiate the usercontext in a service method and not in the constructor like you,
I don't think that the problem, see the error in termnal