Sometimes when you try to enter a portal, you can get an error that says "Cannot Join World, Object reference not set to and instance of object".
Portals seems fine before you enter it. Then you get the pop up with the error. After that the portal is blank without info and you can't pass through it. Selecting it and looking at the info still shows an instance as expected.
I haven't found a way to replicate this. And i have been experiencing it for a while on different versions.
```
2025.07.15 00:07:41 Debug - [Behaviour] Destination requested: wrld_9ea4bd9c-b9fa-4c89-8bb5-6d1830e3553e:wrld_9ea4bd9c-b9fa-4c89-8bb5-6d1830e3553e
2025.07.15 00:07:41 Debug - [Behaviour] Fetching world information for wrld_9ea4bd9c-b9fa-4c89-8bb5-6d1830e3553e
2025.07.15 00:07:41 Debug - [Behaviour] Desired destination is unknown, will need to fetch: wrld_9ea4bd9c-b9fa-4c89-8bb5-6d1830e3553e:wrld_9ea4bd9c-b9fa-4c89-8bb5-6d1830e3553e
2025.07.15 00:07:41 Debug - [Behaviour] Destination fetching: wrld_9ea4bd9c-b9fa-4c89-8bb5-6d1830e3553e:wrld_9ea4bd9c-b9fa-4c89-8bb5-6d1830e3553e
2025.07.15 00:07:41 Error - DataModel wrld_9ea4bd9c-b9fa-4c89-8bb5-6d1830e3553e is type <ÍÏÍÏÍÍÏÎÎÌÌÎÍÍÏÏÌÏÍÎÌÎÌ>, expected <ÎÍÏÍÍÏÌÌÎÌÌÏÍÌÍÍÏÍÍÎÌÎÏ>
2025.07.15 00:07:41 Error - [Behaviour] Object reference not set to an instance of an object.
System.NullReferenceException: Object reference not set to an instance of an object.
at ÍÍÏÎÍÎÎÌÏÍÌÌÎÏÍÍÏÌÍÍÎÍÎ.ÌÌÏÏÎÏÌÍÍÌÌÎÍÏÍÌÍÏÏÍÎÏÍ (System.String ÎÍÌÍÍÎÏÍÏÌÌÏÍÌÏÏÎÍÌÍÍÎÌ, System.String ÏÍÏÏÍÌÍÌÏÎÎÍÍÍÏÍÍÍÎÍÎÍÍ, ÌÏÍÍÌÍÍÎÎÏÏÏÍÌÌÎÌÏÌÎÏÍÌ ÎÍÏÎÍÍÏÌÏÎÏÎÍÎÌÌÏÏÌÎÏÍÌ, System.Action
1[T] ÎÌÍÎÌÎÏÌÍÎÌÎÌÌÎÌÍÏÏÌÍÎÏ, System.Nullable
1[T] ÎÏÍÎÌÎÎÎÏÏÌÌÌÌÎÎÏÍÌÍÎÎÍ, System.Nullable`1[T] ÏÍÏÏÌÌÌÏÏÏÎÎÎÍÌÍÏÏÎÍÏÎÏ) [0x00000] in <00000000000000000000000000000000>:0
at Cysharp.Threading.Tasks.UniTaskCompletionSourceCore`1[TResult].TrySetResult (TResult result) [0x00000] in <00000000000000000000000000000000>:0
at ÍÍÏÎÍÎÎÌÏÍÌÌÎÏÍÍÏÌÍÍÎÍÎ.ÏÌÍÌÌÍÎÏÌÎÏÏÍÌÎÌÏÏÌÌÌÍÍ (VRC.Core.ApiWorld ÎÏÎÌÌÎÎÍÌÎÌÌÍÏÍÍÍÍÎÎÎÌÍ, System.String ÍÎÍÏÏÌÎÎÌÌÍÎÍÎÎÍÍÍÎÍÌÎÎ, System.String ÏÍÏÏÍÌÍÌÏÎÎÍÍÍÏÍÍÍÎÍÎÍÍ, System.Nullable
1[T] ÎÏÍÎÌÎÎÎÏÏÌÌÌÌÎÎÏÍÌÍÎÎÍ, System.Nullable
1[T] ÏÍÏÏÌÌÌÏÏÏÎÎÎÍÌÍÏÏÎÍÏÎÏ) [0x00000] in <00000000000000000000000000000000>:0
at Cysharp.Threading.Tasks.UniTaskCompletionSourceCore`1[TResult].TrySetResult (TResult result) [0x00000] in <00000000000000000000000000000000>:0
at VRC.Core.ApiWorldInstance.CreateOrFetchAsync (System.String location, VRC.Core.UpdateDelegator+JobPriority priority, System.Boolean weAreCertainTheAPICreatedItAlready) [0x00000] in <00000000000000000000000000000000>:0
at Cysharp.Threading.Tasks.UniTaskCompletionSourceCore`1[TResult].TrySetResult (TResult result) [0x00000] in <00000000000000000000000000000000>:0
at VRC.Core.ApiWorldInstance.CreateOrFetchAsync (VRC.Core.UpdateDelegator+JobPriority priority, System.Boolean weAreCertainTheAPICreatedItAlready) [0x00000] in <00000000000000000000000000000000>:0
at Cysharp.Threading.Tasks.UniTaskCompletionSourceCore`1[TResult].TrySetResult (TResult result) [0x00000] in <00000000000000000000000000000000>:0
at VRC.Core.ApiWorldInstance.CreateOrFetchAsyncInternal (VRC.Core.ApiWorldInstance model, VRC.Core.UpdateDelegator+JobPriority priority, System.Boolean weAreCertainTheAPICreatedItAlready, System.Collections.Generic.Dictionary`2[TKey,TValue] extraParameters) [0x00000] in <00000000000000000000000000000000>:0
at Cysharp.Threading.Tasks.UniTaskCompletionSource`1[T].TrySignalCompletion (Cysharp.Threading.Tasks.UniTaskStatus status) [0x00000] in <00000000000000000000000000000000>:0
at VRC.Core.APIResponseHandler.HandleResponse (System.Int32 requestId, BestHTTP.HTTPRequest req, BestHTTP.HTTPResponse resp, VRC.Core.ApiContainer responseContainer, System.Int32 retryCount, VRC.Core.UpdateDelegator+JobPriority priority, System.Boolean disableLog) [0x00000] in <00000000000000000000000000000000>:0
at Cysharp.Threading.Tasks.Internal.ContinuationQueue.RunCore () [0x00000] in <00000000000000000000000000000000>:0
2025.07.15 00:07:42 Debug - [PortalManager] Pending portal request fulfilled.```