Hey everyone!
With the Labour Day holidays coming up, we’d like to let you know about our upcoming working hours:
Thursday, May 1st: Our team will be off during Labour Day.
Friday, May 2nd: We'll also be off for an extended holiday break.
We’ll be back on Monday, May 5th, ready to respond to all messages received during this time.
In the meantime, if you need help, feel free to:
-
Use the support widget on the bottom right of our websites (Amelia and wpDataTables) — our AI-powered assistant is available 24/7 and can help with many common questions.
-
Visit our documentation, articles, or YouTube channels for quick answers and step-by-step guides.
https://www.youtube.com/@AmeliaWordPressBookingPlugin/videos
https://www.youtube.com/@wpDataTables/videos
Thank you for being so understanding, and we hope you enjoy the long weekend!
Error 400: redirect_uri_mismatch
I'm getting this error when I try to link the calendar to the employee. I have already gone through the google integration, but when I created an employee and tried to link the calendar, this is the error I got.
Hello Sasha Elezovski,
Thank you for your purchase.
You need to check this redirect URI in your database and your Google project. To see if they are the same. Please be careful when you update this table.
In your database, you have to find wp_options table:
In your case it is possible for it to have different prefix but it will end like your_prefix_options.
Then you have to find the option name amelia_settings in this table.
When you find that you have to edit that property and to find there the string redirectURI , so you will probably find something like this:
It needs to have the escape characters " \ ", so don't remove those. Simply check if the URI is the same as in Amelia/Google Calendar Settings and if it isn't, please modify it here. Please note that if you use https you will need to update it also in redirectURI option.
When you finish with this please check if the URI is the same in the field Authorized redirect URL's on "Create OAuth client ID" section in your Google credentials section.
Sometimes this issue comes up, mostly when there is a security involved so there is a mismatch in http/https and sometimes users don't press Enter (after typing the domain in the required field in 'Authorized redirect URIs') to add it before clicking on 'Save' in the Google Cloud Platform. So the field stays empty and causes the issue. This is why you need to go on in the database and change it manually.
Please let me know if this helped!