We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Loading config from a json file:
For example
{ "webhooks": [ { "events": "*", "config": { "endpoint": "https://webhook.site/93d0c185-5172-4c83-bf36-fa3c4dd02cee" } } ], "realtime": [] }
crashes the Realtime.SubscribersNotification process.
This is due to PR #76 not converting "realtime" config from json file to :realtime in Configuration module.
Configuration
Steps to reproduce the behavior, please provide code snippets or a repository:
Both realtime subscribers and webhook connectors should work as normal.
If applicable, add screenshots to help explain your problem.
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Closed by #92.
Sorry, something went wrong.
Merge pull request #87 from supabase/ewalrus_sync
7db6ef4
Deploy staging max_concurrent_users limit
Successfully merging a pull request may close this issue.
Bug report
Describe the bug
Loading config from a json file:
For example
crashes the Realtime.SubscribersNotification process.
This is due to PR #76 not converting "realtime" config from json file to :realtime in
Configuration
module.To Reproduce
Steps to reproduce the behavior, please provide code snippets or a repository:
Expected behavior
Both realtime subscribers and webhook connectors should work as normal.
Screenshots
If applicable, add screenshots to help explain your problem.
System information
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: