Georgios Diamantopoulos
Georgios Diamantopoulos
No luck solving this?
This seems to be relevant: https://github.com/nextauthjs/next-auth/blob/cbf9622e6fc18e6cb344e1b0fae3e8e39bcf5aee/docs/versioned_docs/version-v3/configuration/pages.md#sign-in-page So it seems the user creation failed with an error?
Update: I added logger callbacks and captured errors - it looks like we're getting these four causes: 1. CLIENT_FETCH_ERROR with `"**non-serializable** (TypeError: Cannot read property 'constructor' of null)"` - What...
So there's no workaround for this? ðŸ˜
Is this already implemented? How do we go about using the new template?
Any updates on this? Thank you :)
@pauldotknopf I can relate, no probs. Would you be open to giving us a list of steps to implement this, in detail, and give some guidance with problems? I'd be...
Guys, I'm trying to get ScriptCs (specifically `IScriptExecutor`) to load in a different AppDomain that I can dispose if I want to reset the environment - the point here is...
Ok, I created a serializable transformer class for `ScriptResult` to get around this. Would you consider adding `[Serializable]` or `MarshalByRefObject` to relevant classes?