Okay
  Public Ticket #2401904
Redirect URI
Closed

Comments

  •  5
    Sajan Nair started the conversation

    Please help!
    The redirect URL that appears in the Integration area (with google calendar) is incorrect and not editable (read only). How can I add the correct URL. 
    Thank you

  • [deleted] replied

    Hello Sajan Nair, 

    The only way to edit this URI is in your database. So please go to your database and follow the bellow instructions, please be careful when you update this table.

    In your database, you have to find wp_options table:

    6172199762.png

    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.

    1791739968.png

    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:

    2773446103.png

     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.

    7826777834.png

    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!

  •  5
    Sajan Nair replied

    Many thanks! However I couldn't open the database though. I visited my files and database area under advanced tab in blue host but couldn't open the database. In the meantime my site has been extremely slow and many clients are saying they are facing difficulty. This is particularly difficult when the few clients who come to the site are turned away because of speed issues (www.saarathi.org) I built it based on a WP Eduma theme and thats partly the reason. Was wondering if I can build a very simple website so I can use ameila (without any major plugins) and it would be clean and not slow hopefully. Please can you help me how I can go about this. I use woocoomerce for payments. 

  • [deleted] replied

    Hello Sajan Nair, 

    You are welcome.

    Please contact your hosting about that, let them know that you are having issues with accessing your database. This can be the cause that your website is not performing very well.

    When it comes to loading times for a website - this is mostly determined by:

    • Server performance
    • The amount of data on the page
    • Hosting
    • Internet
    • Local machine performance
    • Delayed requests

    I hope this will help somehow.