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
Working on setting it up through docker compose. Is it possible to have no ALLOWED_WEBHOOKS_FILE? When I don't set the env variable, I get errors:
| File "/workspace/src/__init__.py", line 1, in <module>
| from .main import app
| File "/workspace/src/main.py", line 57, in <module>
| webhook_store = WebhookService(allowed_webhooks_file)
| File "/workspace/src/services/webhook_service.py", line 16, in __init__
| if not os.path.exists(webhook_file):
| File "/usr/local/lib/python3.10/genericpath.py", line 19, in exists
| os.stat(path)
| TypeError: stat: path should be string, bytes, os.PathLike or integer, not NoneType
Describe the solution you'd like
No response
The text was updated successfully, but these errors were encountered:
Describe the feature you'd like to request
Working on setting it up through docker compose. Is it possible to have no
ALLOWED_WEBHOOKS_FILE
? When I don't set the env variable, I get errors:Describe the solution you'd like
No response
The text was updated successfully, but these errors were encountered: