ALLOWED_HOSTNAME and WEBAPP_URL not match #18854
Replies: 1 comment
-
I found a similar unsolved discussion that might be relevant: Assistance Needed with Configuration Warnings [1]. Regarding your issue, the mismatch between
The function To continue talking to Dosu, mention @dosu. Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Other |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have this:
@calcom/web:start: 06:03:23:644 [WARN] orgDomains.ts Match of WEBAPP_URL with ALLOWED_HOSTNAME failed {
@calcom/web:start: WEBAPP_URL: 'https://booking.tourdefarm.com',
@calcom/web:start: ALLOWED_HOSTNAMES: [
@calcom/web:start: 'https://booking.tourdefarm.com'
@calcom/web:start: ]
@calcom/web:start: }
Why is it wrong?
Beta Was this translation helpful? Give feedback.
All reactions