-
Notifications
You must be signed in to change notification settings - Fork 151
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] "Keywords added successful" with no keywords beeing shown #8
Comments
@justuspfaue Sounds like the issue is actually on the frontend. Can you please check the browser console log and see if there are any errors once you submit the Add Keyword Modal? |
Hi @towfiqi,
|
Having the same issue. I've noticed that I'm only seeing these errors on domains that have "www." |
@establishedweb Thanks for that. Just spotted the bug. Will push the fix shortly. |
unluckily it does not seem to fix the whole bug for me. It now works as intended for ex. google but not for my domain which follows the pattern: XX-XX.de It still says visually and in the log that it in fact updated the keyword, even though it does not show them/makes them accessible. I am still getting the error for the failed queue as well as the missing settings file. I made sure to take the whole stack down (as in clean up the old image, remove the old volume and so on) and had a "clean" environment. If you need something, hit me up. I can also send you the domain as well as the keywords if you want to replicate it. EDIT: I also just tried it on another device, no difference here. |
@justuspfaue You are not unlucky. Its the same bug, but it occurs for domains with hyphens. Will be fixed shortly. |
It's fixed now. Thanks! |
Hey, first of all, thanks for this awesome project!
Unluckily I have a problem where I can't add keywords. I spun up the project with the example compose and left the values as standart (on the first try i changed the key and password and so on). Then I went into the settings and added the API key for the scrapper (this works, as everytime I "add" a keyword, the count of requests on the scraper site ticks up!)
But I can neither view them in the WEBUI nor in the "api" (/api/...) in the browser (different browsers). It does show my domains, but not my keywords.
From the logs:
I can see the request in the browser as well as an successful answer from the backend. I am also able to see that there is in fact data in the DB (per "cat" on the server).
I hope this helps. If you need any other information, I will gladly take another look into the logs.
The text was updated successfully, but these errors were encountered: