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
{{ message }}
This repository has been archived by the owner on Aug 1, 2023. It is now read-only.
There are a few things that are easy to get wrong when using Radiks, and the error messages are basically useless. Better error messages would go a long way in improving the DX of Radiks. For things like:
Calling methods when you have to be logged in, but aren't
Inviting a user who hasn't signed up
Saving a model that wasn't created by the original user
Using the same Radiks server database with multiple front-end apps on different domains
All of those error messages bubble up way down the stack, and are essentially cryptography error messages. Let's make them friendly and helpful.
The text was updated successfully, but these errors were encountered:
@reedrosenbluth this is a good "first issue" - it will force you to setup Radiks and try different things, including things that aren't exactly how you're supposed to do it. And then you'll have to follow the logic to figure out where to put the error handlers. Of course, I'm happy to help.
When I am trying to follow the docs and authenticate, I am getting Unhandled Rejection (SyntaxError): Unexpected end of JSON input.
Can I get a little help?
When I am trying to follow the docs and authenticate, I am getting Unhandled Rejection (SyntaxError): Unexpected end of JSON input.
Can I get a little help?
I am experiencing the same but not sure that this is the correct place.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
There are a few things that are easy to get wrong when using Radiks, and the error messages are basically useless. Better error messages would go a long way in improving the DX of Radiks. For things like:
All of those error messages bubble up way down the stack, and are essentially cryptography error messages. Let's make them friendly and helpful.
The text was updated successfully, but these errors were encountered: