When you are viewing this page in your browser, can you capture a network session with Charles Proxy on your local system? Review and attach the .chls file here, I will also check with engineering here. Install the Charles root certificate as described and reboot. This should give us additional troubleshooting information https://support.unity.com/hc/en-us/articles/115002917683-Using-Charles-Proxy-with-Unity
Wow, that was fast! And a perfect capture too, thank you. Not sure if it helps, but I do see “error”: “Invalid JSON payload. Invalid appid field, not a valid string value” . Can you share the rest of your RC initialization code? That might be us, but want to confirm.
Exception at:
Error
at jsStackTrace (blob:http://localhost:49290/7a098cb5-5a48-42c8-84e2-ae63dab7e192:749:12)
at stackTrace (blob:http://localhost:49290/7a098cb5-5a48-42c8-84e2-ae63dab7e192:763:11)
at blob:http://localhost:49290/7a098cb5-5a48-42c8-84e2-ae63dab7e192:88:36
at __ZN6il2cpp2vm9Exception5RaiseEP15Il2CppExceptionP10MethodInfo [il2cpp::vm::Exception::Raise(Il2CppException*, MethodInfo*)] (<anonymous>:wasm-function[104377]:0x1b1baa6)
at __Z30il2cpp_codegen_raise_exceptionP11Exception_tP10MethodInfo [il2cpp_codegen_raise_exception(Exception_t*, MethodInfo*)] (<anonymous>:wasm-function[106211]:0x1b53af3)
at _FileStream__ctor_mBC5F76C88DBC8C81D1F83407197D75F36E1ADBD7 (<anonymous>:wasm-function[75788]:0x16232d7)
at _FileStream__ctor_mB254658F1E758D76B41C942CB91BDF38FD544C83 (<anonymous>:wasm-function[75827]:0x16258ba)
at _File_Open_mDA5EB4A312EAEBF8543B13C572271FB5F673A501 (<anonymous>:wasm-function[75826]:0x162589e)
at _ConfigManagerImpl_LoadFromCache_m38D6538C08A309F3C946E16AA4F29BFA2A9CF660 (<anonymous>:wasm-function[111176]:0x1c06a93)
at _ConfigManagerImpl__ctor_m6EEEFEEE93AF449A77D120348F75F9F881C41CB3 (<anonymous>:wasm-function[111170]:0x1c0663a)
at _ConfigManager__cctor_m7E127ADF1A63FA5FFAB30670A9754FFD2C96E33C (<anonymous>:wasm-function[111169]:0x1c0631b)
at __Z66RuntimeInvoker_FalseVoid_t22962CB4C05B1D89B55A6E1139F0E87A90987017PFvvEPK10MethodInfoPvPS4_ [RuntimeInvoker_FalseVoid_t22962CB4C05B1D89B55A6E1139F0E87A90987017(void (*)(), MethodInfo const*, void*, void**)] (<anonymous>:wasm-function[36406]:0xfc4a21)
at __ZN6il2cpp2vm7Runtime6InvokeEPK10MethodInfoPvPS5_PP15Il2CppException [il2cpp::vm::Runtime::Invoke(MethodInfo const*, void*, void**, Il2CppException**)] (<anonymous>:wasm-function[104408]:0x1b1c1f3)
at __ZN6il2cpp2vm7Runtime9ClassInitEP11Il2CppClass [il2cpp::vm::Runtime::ClassInit(Il2CppClass*)] (<anonymous>:wasm-function[104411]:0x1b1c339)
at __Z33il2cpp_codegen_runtime_class_initP11Il2CppClass [il2cpp_codegen_runtime_class_init(Il2CppClass*)] (<anonymous>:wasm-function[106213]:0x1b53b07)
at _RemoteConfigHelper_Init_mEA82C1D8D82FD31FDFB0B0F564A83DC443578589 (<anonymous>:wasm-function[45029]:0x10f8a24)
at _App_Awake_m4CB37CEC83E2C56A21FAD2A12F544929AA785803 (<anonymous>:wasm-function[109869]:0x1bc6974)
I just tested Remote Config 2.0.1 in WegGL without issue. I used Unity 2019.4.1f1 in my testing. Please compare to a new/empty project with only Remote Config. You may be seeing an issue with compatibility with another component