Jesse
Jesse
I'm also getting this error, but the reported line is different. Below is the trace of the error. ``` System.NullReferenceException: Object reference not set to an instance of an object....
I can probably set up a test case sometime next week. Should be pretty straightforward based on what I see in the existing tests.
Say I have a website with the url **example-a.com** sitting behind a front door instance with url **example-b.com**. The user navigates to **example-b.com** to access the site, but because the...
For anyone else running into this problem, I did get a recommendation from azure support on how to tackle this issue. Basically it involves forcing all of the environments to...
Inline functions aren't the cause of this. The following only calls the reload api once. ```javascript {console.log(token)}} /> ``` I also tried it with an inline promise with the same...
I would like this feature as well. In my case I have two workflows that inject form data into different database tables outside of umbraco. The problem is that the...
@lauraneto Thanks for the tip. That fixed it for me. I'll hold off on closing this issue, since the root cause hasn't been resolved, but the restart is a simple...
I'm encountering this issue as well. I currently have 1.0.0.2 installed via nuget. Maybe there's an issue with the nuget package? I checked the code in the repository and it...
Sorry I wasn't clear enough. What I meant was that I checked the Prerender_asp_mvc [repository](https://github.com/greengerong/Prerender_asp_mvc/blob/master/Prerender.io/PrerenderModule.cs) to confirm that the old code hadn't somehow found its way back in (it hadn't)....