Skip to content

QA WAR - remote C#MS cannot talk to remote storage #4483

@cdhanna

Description

@cdhanna
Image

calling the storage method from the service and storage running remotely is failing..It worked locally and storage docs where created as expected.

[ClientCallable]
		public async Promise StorageTest()
		{
			var doc = new PotatoStorageDoc
			{
				PotatoName = "Potato",
				PotatoCount = 10
			};
			var collection = await Storage.PotatoStorageCollection<PotatoStorageDoc>();
			await collection.InsertOneAsync(doc);
		}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions