pro-platform icon indicating copy to clipboard operation
pro-platform copied to clipboard

✨ The subscriber platform for React Flow Pro. View advanced code examples, invite your team members and manage your subscription.

Results 10 pro-platform issues
Sort by recently updated
recently updated
newest added

because the quote request form is implemented as a lambda function, we need to wait for all steps of the function (create customer, create, finalize, download quote) to finish until...

currently, only the admin subscriptions will receive our pro subscriber newsletter, the team members should get it, too.

+ if you have been subscribed, it should not be possible to subscribe to these plans again

the pro platform has it's own footer which is an adaption of our footer in a light theme. we should use the same footer in both apps and integrate the...

- [ ] create stripe customer whenever a user signs up currently, we only create a stripe customer when a user clicks the subscribe button for which we need to...

for a better dev experience, it would be great to be able to edit the pro examples side-by-side with the platform. this would also save some setup work as you...

to redirect to the page that you were looking for, we should add a redirectTo parameter to the signup/signin form so that we can redirect after successfully authentication. example: ->...

due to errors in xy-ui, we have temporarily disabled typechecking for the build in the next config.

current version: 0.19.1 latest version: 0.21.3 --- to upgrade, you can change these lines in nhost.toml: ``` [auth] version = '0.21.3' ```