You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In #2846 (vol.4) we've introduced a bug that completely breaks the installation process. The aghnet.NetInterface which implemented the json.Marshaler before has now been implementing the encoding.TextMarshaler. It makes the result an escaped string that can't be properly decoded by the frontend.
The text was updated successfully, but these errors were encountered:
In #2846 (vol.4) we've introduced a bug that completely breaks the installation process. The
aghnet.NetInterface
which implemented thejson.Marshaler
before has now been implementing theencoding.TextMarshaler
. It makes the result an escaped string that can't be properly decoded by the frontend.The text was updated successfully, but these errors were encountered: