Forum in maintenance, we will back soon 🙂
@admin this is the link: https://dari-test.um-web.de/ai-tools/google-seo and here my heroku-api: https://hastemp-3137e0496156.herokuapp.com/daridocs password is 123456 - if you give me an email, i can give you admin-access to wordpress.
@dari-dar the "Login" button has the wrong URL for the login; it is going to https://learnwithhasan.com/user-login.
I tried your backend but don't know what API key I should be using:
Â
Regards,
Earnie Boyd, CEO
Seasoned Solutions Advisor LLC
Schedule 1-on-1 help
Join me on Slack
Hello @ssadvisor. The Api key for the heroku app is 123456 - I didn't change it yet as I used Hassans Template. For Login I created a Login-Test-Account:
Login-Link: https://dari-test.um-web.de/login-seite
Name: Kunde Test
Password: VbaHTD30DTc!e45TAAxOqu$i
The Tool is here: https://dari-test.um-web.de/ai-tools/google-seo
I see the API is working, but we cant test the tool, as it tequires login, and it is taking us to my website, please disable authentication so we can test
@dari-dar The site is giving a "too many redirects" error after entering the login data. @Hasan, the Login button at the top right is the correct one. @dari-dar you need to modify the link to the Login button in the middle of the page and you need to determine why you're being redirected multiple times after login.
Regards,
Earnie Boyd, CEO
Seasoned Solutions Advisor LLC
Schedule 1-on-1 help
Join me on Slack
@ssadvisor, @admin sorry! The right login-Data is:
Name: Kunde-Test
Password: VbaHTD30DTc!e45TAAxOqu$i
The Tool and login is here:Â https://dari-test.um-web.de/ai-tools/google-seo
when I try to login, it doesn't work, the site crashes. it says too many redirects
@admin, @ssadvisor I am so sorry! I totally forgot, I had some security scripts that were limiting access only to Germany - thats why the redirects. Now I put out Authentification requirement. It should work without Login. Unfortunately as you will see, when you click on the generate button, there is no reaction. you like to see the codes I used? maybe I can attach here as a file or do you see otherwise?
@dari-dar Flow out the process, when I click generate what happens in the code? I assume you call an API backend but how do you check the response back from the API and then what do you do with the data you get?
Regards,
Earnie Boyd, CEO
Seasoned Solutions Advisor LLC
Schedule 1-on-1 help
Join me on Slack
@dari-dar I tested the tool, I see an error in JS. I see you are using my code, yes?Â
Did you change anything? or you just copied, as I see an error in this line:
loading.innerHTML = loadingTemplate;
Â
Â
One more thing: before we move on, please make sure the tool is working without the UI. Did you test it?
@admin I changed all as I understood in the video. The Api is working on heroku without the ui. Of course I also made all necessary modifications in the php-codes. I attached my files as txt files here.
In the JS I changed the const API_BASE_URL = "https://dari-test.um-web.de/wp-admin/admin-ajax.php";
and
var formData = new FormData();
formData.append("action", "custom_tool_seo_spy_first_rank");
formData.append("query", query.value);
the other queries I deleted as I dont need them.
Â
The set of functions php I saw in your Video, is also different from the code you provide in the "steal my system" lection in the saas course. Maybe there is an error? In the video you have "initializiation of cURL", but in the code you provide for download, this is not there - to be seen in minute 3:09 in the "Let’s See How it Works!" video.
Â
Â
@dari-dar if you are talking about my latest course, yeah I tried to simplify and create a step-by-step process, so it is different than the WordPress SaaS Course.Â
Anyway, what I meant by testing without the UI, not for the API, I mean testing your WordPress Ajax function as shown in the course.
like this: https://reqbin.com/qyp9zwfh
I will try to host your files on another website, and test my selfÂ
and another question please, did you mix between codes from courses? I mean the HTML, CSS, and JS. you took from which course?
@dari-dar, the error I see in the browser is in JS, so we didn't reach the WordPress PHP function yet. This is why am asking please to test the function alone first without UI.