#NextJS Runs in Incognito browser, but not normal mode.

17 messages · Page 1 of 1 (latest)

smoky relicBOT
#

🔎 This post has been indexed in our web forum and will be seen by search engines so other users can find it outside Discord

      🕵️ Your user profile is private by default and won't be visible to users outside Discord, if you want to be visible in the web forum you can add the "Public Profile" role in <id:customize>

      ✅ You can mark a message as the answer for your post with `Right click -> Apps -> Mark Solution`
      (if you don't see the option, try refreshing Discord with Ctrl + R)
lunar forge
#

Forgot to add, the HTML runs fine when I open it with chrome, and ive moved all of the required assets to the public folder of my project.

#

Are there any errors in the console sir

lunar forge
#

that means you did content=true, instead of content="true"

lunar forge
#

it means you using a Boolean datatype instead of a string datatype.

#

what is a Boolean datatype?

#

true or false

#

but that is technically, true or false.

#

bool, is more of a group label for true or false

#

but isn't it also a group label for "true" and "false"?

#

no, beacause they are strings

#

but you said earlier

#

a boolean is a value which is true or false

#

technically

#

strings are still booleans