Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • C create-react-app
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 1,547
    • Issues 1,547
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 417
    • Merge requests 417
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Meta
  • create-react-app
  • Issues
  • #12283
Closed
Open
Issue created Apr 12, 2022 by Administrator@rootContributor

Bug: URIError: Failed to decode param '//%PUBLIC_URL%/favicon.ico'

Created by: kouayip

I get a console error when I add '//' to the end of my address

React version: 17.0.2

Steps To Reproduce

  1. add '//' to the end of the url

Adress: http://localhost:3000//

Code console error:

GET http://localhost:3000//%PUBLIC_URL%/favicon.ico 400 (Bad Request)

manifest.json:1 GET http://localhost:3000//%PUBLIC_URL%/manifest.json 400 (Bad Request)

manifest.json:1 Manifest: Line: 1, column: 1, Syntax error.

Assignee
Assign to
Time tracking