Has MoralisInterface.cs
been moved to the top level of the directory?
Anyway nothing has changed, I still get this error when I use a different app to access a Cloud Function on my Moralis Server instance:
2022-02-11T09:45:47.880Z - Error: Invalid session token
at Object.getAuthForSessionToken (/moralis-server/lib/Auth.js:114:11)
at runMicrotasks (<anonymous>)
at processTicksAndRejections (node:internal/process/task_queues:96:5)
I’m also still getting a NullReferenceException
when I try to log out, both manually and when it is triggered through Application.quitting
.
Long back I was able to use the API Console for a specific user but nowadays it doesn’t work either.
This old error did not appear in one project but appeared in another even when both are using .NET Standard 2.0:
D:\dev\Banzan\UltraCore\MoralisWeb3ApiSdk\Moralis\Moralis.WebGL\Moralis.SolanaApi\Client\ApiClient.cs(154,20): error CS0103: The name 'HttpUtility' does not exist in the current context