Is 'ads' a reserved word for pages?

Description of the issue:
I’m developing a website and one of the pages has the route “localhost:3000/ads”.
This route wasn’t working. The browser was blocking it.
To solve that I had to disable the ads blocker but I don’t believe the real users would do that in the production environment.

Steps to Reproduce (add as many as necessary): 1. 2. 3.
Create an application using nextjs.
Create a page named as ‘ads.js’
Try to reach this page in the browser and you will notice that browser blocks it.

Actual Result (gifs and screenshots are welcome!):

Expected result:
I expect ‘ads’ not been a reserved word and the route ‘website.com/ads’ works fine.

Reproduces how often:

Operating System and Brave Version(See the About Brave page in the main menu):
MacOS 11.4 — Brave Version: V1.26.67

Additional Information:
A possible solution could be blocking domains instead of the filename.

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.