Assistance Needed with Configuration Warnings #18684
Unanswered
MegaAfonso
asked this question in
Self-Hosting
Replies: 1 comment
-
Olá @MegaAfonso! I'm here to help you with any bugs, questions, or contributions. Let's work together to solve this issue. To address the issues you're encountering:
By addressing these configurations, you should be able to resolve the warnings and improve the functionality of your application. 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
-
Hi team,
I’m encountering some configuration issues as highlighted in the logs below. These warnings seem to be affecting functionality, and I’d appreciate your guidance on resolving them.
Logs and Issues:
14:06:13:787 WARNorgDomains.ts Match of WEBAPP_URL with ALLOWED_HOSTNAME failed {
WEBAPP_URL: 'https://calcom.megafone.com',
ALLOWED_HOSTNAMES: [
'https://calcom.megafone.com'
]
}
This mismatch is logged repeatedly.
themeBasis
is required for booking page theme support. Not providing it will cause theme flicker.3.Google Calendar Cache Disabled
14:06:14:778 WARNapp-store/googlecalendar/lib/CalendarService [[lib] google_calendar Calendar Cache is disabled - Skipping
Questions:
How can I resolve the mismatch between WEBAPP_URL and ALLOWED_HOSTNAME?
What steps are required to configure themeBasis properly to avoid the theme flicker warning?
Is there a way to enable the Google Calendar Cache, and what are the implications of it being disabled?
Thank you for your assistance!
Best regards
Beta Was this translation helpful? Give feedback.
All reactions