23brewert
Explore posts from serversNuxt UI, Text Does not appear in light mode - iOS only?
Hello everyone,
I recently built a site with nuxt 3 and nuxt ui version
3.0.0
The theme for UI components is generally working out, however when I try to view the website from my iPhone that has a system-level light mode, the text disappears, but it re-appears if I enable dark mode. [see attached video]
Here is my configs for the theme
/assets/css/main.css
nuxt.config.ts
and the pages dont really use any special font coloring with the exception of the UButton, all the other colors are default. I tried adding the "dark" class to the layout pages but it didn't change anything.
Thank you in advance!7 replies
$fetch sends a HTTP request from both client and server?
Can someone help me disable the duplicate requests $fetch is sending from my server? Ex if someone presses a button to trigger an api call, it will send a request from my servers’s ip and another from my client ip. This is causing my api to do double the work for no reason. I don’t want to have to disable SSR.
5 replies
CDCloudflare Developers
•Created by 23brewert on 10/28/2024 in #general-help
Zero Trust Access Gateway showing as disabled on Edge but enabled on Firefox

3 replies
DIAdiscord.js - Imagine an app
•Created by 23brewert on 8/13/2024 in #djs-questions
User Context Menu in group dms - not sending interaction to gateway

6 replies
DIAdiscord.js - Imagine an app
•Created by 23brewert on 3/6/2024 in #djs-questions
guild.guildScheduledEventUserAdd event failing to fire consistently
I am having an issue with the guildScheduledEventUserAdd event.
It seems to trigger sometimes but when I create a new event and click interested with another account it does not trigger... any ideas? also yes I have the gateway intent it works intermittently. right now it is just printing a "trigger" into the console
2 replies
DIAdiscord.js - Imagine an app
•Created by 23brewert on 7/18/2023 in #djs-questions
get client from interaction
Is there a way to get the bot client from an interaction?
5 replies
DIAdiscord.js - Imagine an app
•Created by 23brewert on 2/28/2023 in #djs-voice
Audio Resource Playing on Client but not on server.
When I host my bot that streams music from my website it plays but if I push it to the server it joins the vc but does not play the music. Has all the same node dependencies and does not produce any error in console.
Any Ideas?
11 replies
DIAdiscord.js - Imagine an app
•Created by 23brewert on 12/14/2022 in #djs-questions
How to add additional information to Buttons other than customId
I have a button handler that sends button interactions to different files depending on the customId. I was wondering if there is an additional field that I could change so that when a button with a preset customid is pressed we know that additional value?
6 replies
DIAdiscord.js - Imagine an app
•Created by 23brewert on 7/15/2022 in #djs-questions
Type DiscordAPIError [discord.js]
I am trying to make a modal with a dropdown and keep getting an error.
Error:
My Code:
4 replies