-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Clerk messing up post requests #64
Comments
Hello @sudhanshug16
That's a nice suggestion! Could you open a separate issue for this to investigate it and provide you with a response? |
Here is a minimal reproducible example: https://github.com/sudhanshug16/clerk-sdk-bug. The issues arise when we add |
any updates? been a week |
@sudhanshug16 sorry but i didn't have the time to check it yet. I will add a reminder to try check it out |
We have a Rails app with clerk setup for our admin dashboard which uses ActiveAdmin. When we submit an update/create form, sometimes (~25%) the form data is lost and the request goes to the GET endpoint instead of the POST endpoint.
This is not related to ActiveAdmin because we recently added Blazer, which is unaffected by ActiveAdmin and we are seeing the same behavior.
On a side note, the design of this library is very odd. Any chance we can get it to resemble devise? which is pretty much the standard.
The text was updated successfully, but these errors were encountered: