gentics / mesh

Gentics Mesh - The open source headless CMS for developers

Home Page:https://getmesh.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Plugin Development - Method threw 'java.lcom.gentics.mesh.core.data.impl.UserImpl.toString()ang.NullPointerException' exception. Cannot evaluate

bbelghith opened this issue · comments

Gentics Mesh Version, operating system, or hardware.

  • v1.71

Operating System

  • Windows

JVM

  • AdoptOpen 11

Problem

API Token cannot get authenticated fully and therefore cannot access the plugin. An exception is thrown in delegate stating that a toString() method is not existing in UserImpl class what is correct.

Reproducer

Expected behaviour and actual behaviour

Logger can log user without an exception. Authentication can be completed.