Okay
  Public Ticket #2274974
URL change url
Closed

Comments

  •  9
    Jrm57 started the conversation

    Hey, I just moved my url website. And when I created a new employee and I tried to chain my google calendar, I noticed in the google calendar setting of Amelia that the redirection URL was still the old url. But when I tried to chain with my google calendar the URL to connect was the new one. So I add it into my google  APIS the new URL.  So now it works. My question is how the other employee worked until now with the old URL ? is it something to do for the last year when I did’nt buy anymore the URL old ? And how change the URL which is display into the google calendar of Amelia ?


    Thanks


    URI de redirection

  •  1,818
    Miloš replied

    Hi Jeremy,
    Thank you for your purchase.

    If you are using some plugins to move the site and change the URL, in 99% the URLs are not changed , they are displaying the old URL from the old site.

    What we do when we are moving sites is that we after the site is moved, we check everything in the database, search for the old URLs and change them manually to the new URLs.


    Best regards.

    Kind Regards, 

    Miloš Jovanović
    [email protected]

    Rate my support

    wpDataTables: FAQ | Facebook | Twitter | InstagramFront-end and back-end demo | Docs

    Amelia: FAQ | Facebook | Twitter | InstagramAmelia demo sites | Docs | Discord Community

    You can try wpDataTables add-ons before purchasing on these sandbox sites:

    Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables

  •  9
    Jrm57 replied

    Actually I ask to a professional to do this. So i don’t know...

    When you said "what we do" is your team ? Is it something that you can help me ?

  • [deleted] replied

    Hello Jeremy, 

    The Google redirect URI is saved In your database, in the wp_options table:

    6172199762.png

    In your case it is possible to have different prefix but it will be ended it like your_prefix_options. 

    In this table you need to find option_name which is amelia_settings.

    1791739968.png

    When you find that you have to edit that property and to find in JSON file string redirectURI and you probably find 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 your Google console. Please note that if you use https you will need to update it also in redirectURI option.

    When you're finished with this please check if the URL is the same “Redirect URI” field and on "Create OAuth client ID" section in field Authorized redirect URL's.

    7826777834.png


    Hope this helps!

  •  9
    Jrm57 replied

    Yes it works. But don’t you offer the capacity to modify directly into the wordpress panel ? Is something hard for the basic customer that I am :D 


  • [deleted] replied

    Hello Jeremy, 

    Glad to hear that the issue is gone!

    This is not something that is like that for all users and for the Google redirect URI setting in general in Amelia. It is the case that sometimes this issue comes up for some users, 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.