JWT module file does not exist for key

0
Hello,   When creating a JWT with the generate JWT java action I get following error:   com.mendix.core.CoreException: com.mendix.modules.microflowengine.MicroflowException: com.mendix.core.CoreRuntimeException: com.mendix.systemwideinterfaces.MendixRuntimeException: com.mendix.storage.FileNotFoundInStorageException: LocalFileSystemStore:: File does not exist for key: 28fdde87-e9e6-43b1-9d6f-c45fd1c620a5     at GoogleStorage.ACT_Generate_JWT (JavaAction : 'Generate JWT')     at GoogleStorage.ACT_Get_Access_Token (SubMicroflow : 'ACT_Generate_JWT')   Does anybody know what this means, and how to fix it?   Kind regards, Steven Keersmaekers
asked
1 answers
0

After some time you have to delete the existing private JWT key and create a new one, that fixed the problem!

answered