Another favicon error

Getting an error in console on every preview: “Failed to load resource: the server responded with a status of 400 (Bad Request).” Pointed-to file (“favicon.ico:1”) shows “{“code”:6007,“message”:“The specified resource was not found”,“errorData”:{}}

I tried putting an .ico file in /web as suggested in ‘Favicon error on UI Builder’ post below but still getting error. (UI Builder code seems to run OK)

The /web directory is the document root for your app when it is accessed through the [xxxx].backendless.app domain. What URL do you use to access your pages?

To get to my Dashboard (home?): Backendless

When I click on FRONTEND, which takes me to UI Builder, the URL is: Backendless

These are URLs for Backendless Console.

Are you saying that favicon is not showing up here?

FRONTEND:

That Icon is there:

But when I do a desktop preview and inspect:

and /favicon.ico:1 contains
Capture4

Right, my question is the same:

When you open a page, it has a URL. What is the URL when you open a page in preview?

Sorry, just got through you mean access UI Builder pages … duhhh.

The URL on the page opened by preview
https://safewash.backendless.app/api/files/ui-builder/containers/default/index.html?page=RowDemo

I just checked the /web directory in your app. There is no file named “favicon.ico”. This is the file the browser is trying to fetch. I see you placed another .ico file, but it is important that the name is favicon.ico

Regards,
Mark

Thanks that got it!