Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Gert 81 posts 288 karma points
    Jun 05, 2018 @ 16:59
    Gert
    0

    Error reading integer. Unexpected token: StartArray. Path 'startContent', line 1, position 214.

    I'm getting the following error in IE 11 en on local host when I try to logon to the backoffice (all sites give me this error on local host and IE 11)

    [JsonReaderException: Error reading integer. Unexpected token: StartArray. Path 'startContent', line 1, position 214.]
       Newtonsoft.Json.JsonReader.ReadAsInt32Internal() +624
       Newtonsoft.Json.JsonTextReader.ReadAsInt32() +5
       Newtonsoft.Json.Serialization.JsonSerializerInternalReader.ReadForType(JsonReader reader, JsonContract contract, Boolean hasConverter) +129
       Newtonsoft.Json.Serialization.JsonSerializerInternalReader.PopulateObject(Object newObject, JsonReader reader, JsonObjectContract contract, JsonProperty member, String id) +1424
       Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateObject(JsonReader reader, Type objectType, JsonContract contract, JsonProperty member, JsonContainerContract containerContract, JsonProperty containerMember, Object existingValue) +583
       Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateValueInternal(JsonReader reader, Type objectType, JsonContract contract, JsonProperty member, JsonContainerContract containerContract, JsonProperty containerMember, Object existingValue) +92
       Newtonsoft.Json.Serialization.JsonSerializerInternalReader.Deserialize(JsonReader reader, Type objectType, Boolean checkAdditionalContent) +453
       Newtonsoft.Json.JsonSerializer.DeserializeInternal(JsonReader reader, Type objectType) +210
       Newtonsoft.Json.JsonConvert.DeserializeObject(String value, Type type, JsonSerializerSettings settings) +137
       Newtonsoft.Json.JsonConvert.DeserializeObject(String value, JsonSerializerSettings settings) +66
       Umbraco.Core.Security.UmbracoBackOfficeIdentity..ctor(FormsAuthenticationTicket ticket) +109
    

    Any one any idea with could be the reason for this error?

    Thank you very much! Kind Regards, Gert.

  • Barry 15 posts 56 karma points c-trib
    Jun 05, 2018 @ 22:01
    Barry
    0

    Does it do this in all browsers?

    IE11 is 3 years old and there have been 6 versions of Edge in that time so it might simply be that IE 11 is not supported.

    which version of Umbraco have you installed?

  • Gert 81 posts 288 karma points
    Jun 07, 2018 @ 07:44
    Gert
    0

    Hi Barry, thank you for the answer. It worked fine for a long time in IE11. Since a week I'm getting this error. I already removed my history and cookies. It works in IE 11 on my production server. I'm only getting this error on local host. In other browsers it works fine. Thanks!

  • Chris Van Oort 110 posts 370 karma points
    Sep 12, 2018 @ 20:41
    Chris Van Oort
    0

    I just ran into this problem on the latest Chrome while trying to run a fresh install of 7.3.0; did you ever find a solution?

  • Jonathan Woosnam-Li 3 posts 73 karma points
    Oct 31, 2018 @ 14:31
    Jonathan Woosnam-Li
    0

    Having the same issue in Chrome on a local site. Running the site locally via WebMatrix, Umbraco 7.4.3.

    Site loads, but Backoffice does not.

    Opening in another browser I can access Backoffice.

    Very strange.

  • Dan 61 posts 185 karma points
    Mar 06, 2019 @ 09:54
    Dan
    104

    Clear all browser cache fixed this

  • Richard 4 posts 75 karma points
    Jul 07, 2020 @ 18:48
    Richard
    0

    Deleting App_Data/TEMP fixed it for me.

Please Sign in or register to post replies

Write your reply to:

Draft