Skip to main content

Questions tagged [web]

Do not use this tag. For questions related to an aspect of the world wide web, use a more specific tag for it, such as [uri], [html], [http] or [w3c].

1 vote
0 answers
40 views

how to fix the localhost problem if im using react on vscode?

im running react on vscode and the local host is always refusing to connect, ive tried every possible solution, but this specifiv error: error:0308010C:digital envelope routines::unsupported it ...
Yaman's user avatar
  • 11
0 votes
0 answers
60 views

Protect from httrack laravel webiste

I have added below rules in my Laravel website https://example.com/robots.txt User-agent: HTTrack Disallow: / User-agent: Googlebot Allow: / User-agent: Bingbot Allow: / User-agent: * Disallow: But ...
Loveyatri's user avatar
0 votes
1 answer
47 views

Horizontal scrollbar affects layout

When I have a horizontal scrollbar on divs that contain tables of varying lengths it causes a shift in the layout. I'm aware of gutters but they only seem to work on vertical scrollbars? How would I ...
Toby Hogg's user avatar
0 votes
1 answer
53 views

how to deploy app if i dont have nodejs in root folder

Im going to deploy my first project to see how it works, but everywhere and everyone use npm run build from root package.json. I have set backend and frontend separate in root folder. What should i do ...
Tyubit's user avatar
  • 27
0 votes
1 answer
60 views

Tailwindcss classes not working with React(Vite)

So, I use Vite for the CLI and Tailwindcss for the styling. This weird problem, when the tailwind transpiler just stopped transpiling but without the process stopping too. I usually can ignore these ...
Keys's user avatar
  • 13
1 vote
1 answer
172 views

How to make custom menu in website visible only for connected user? Odoo 16

I added a menu to the website and I want only the connected user from the portal to see this menu. I want to work with menus and not pages. <record id="my_menu_website" model="...
K.ju's user avatar
  • 593
0 votes
0 answers
30 views

I need to control in open and close of SliderDrawer [duplicate]

I need to control in open and close of SliderDrawer IN FLUTTER WEB APPLICATION Iam trying to control in open and close of SliderDrawer IN FLUTTER WEB APPLICATION if ypu can help me in this leave your ...
Mohamed Gamal's user avatar
0 votes
2 answers
47 views

Overflow issue in flexbox [duplicate]

Markup & Styling * { box-sizing: border-box; } body { font-family: sans-serif; background: #dedede; padding: 48px; } #app { display: flex; width: 100%; } .box-1 { border: 1px ...
Farheen Shaikh's user avatar
0 votes
3 answers
1k views

Problems with atribute components like ngClass or ngStyle

I'm new to Angular 17 and I've noticed that every time I want to use an ngClass attribute or an ngStyle I get an error like it doesn't recognize them and I get this error NG8002: Can't bind to '...
Dan Lsk's user avatar
0 votes
0 answers
44 views

React Razorpay import gives error how to fix it

i added npm install razorpay `import React from 'react' import Razorpay from 'razorpay' function Home() {return ()} export default Home ` which gives Module not found: Error: Can't resolve 'assert' in ...
Dev Tiwari's user avatar
0 votes
0 answers
38 views

OData - Checking if the result has entries before returning it

how can I check if the result has entries after the filter? I call the link like https://localhost:44323/Test?$filter=Id eq '1234567' and Month eq 2 and Year eq 2024 and I get { "@odata....
Broda's user avatar
  • 3
0 votes
0 answers
8 views

Apache2 Website Encounters js error when port forwarding

I'm running into an error that I am super stuck on. My website on a non secure, http connection at the ip of the server loads find with this apache setup below. I can connect to the ip address ...
Dexter's user avatar
  • 11
0 votes
0 answers
56 views

Problem with *.svg logo showing on my website

Good day to everyone! I'm new here & in web design. Have some problem with my study project. In my study material (website), logo showing well, but once I change image in original *.svg file it ...
nas2toll's user avatar
3 votes
0 answers
213 views

access to camera via USB in web flutter app

I make a web application using flutter and I have external camera connected via USB, any solution for access it I tried USB_device package, but I don't know how can open the external camera and take a ...
Abdallah Reda's user avatar
0 votes
0 answers
81 views

I make simple chat using python flask and html/css/js but after adding new messages to database they don't appear on page

I have attempted different approaches to solve the problem, but new messages still do not appear. I would prefer not to use AJAX or Flask-Socket. I also make the page reload every second with JS, but ...
David's user avatar
  • 1

15 30 50 per page