0

I get "The value specified in the URL Key field would generate a URL that already exists." but I checked the table "url_rewrite" and there is no entry with that key.

The URL is "verbrauchscalculator". If I call the URL in the browser, then a page opens.

There is also no category where the name is "verbrauchscalculator".

What can I do?

asked Dec 9, 2022 at 16:02

2 Answers 2

0

run this command to check the record in the table url_rewrite again for sure:

SELECT * FROM `url_rewrite` WHERE `request_path` = 'verbrauchscalculator'
answered Dec 9, 2022 at 17:12
2
  • No results. But thx! Commented Dec 12, 2022 at 9:32
  • @Black So, try to clear Varnish cache and Redis cache. Might be it help! Commented Dec 12, 2022 at 10:24
0

I found the reason why the URL exist. There is a extension with a route which is set to verbrauchscalculator.

answered Dec 12, 2022 at 11:31

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.