Sunagatov / Iced-Latte-Frontend

a online Marketplace for coffee retail (Frontend)
https://iced-latte.uk
MIT License
211 stars 48 forks source link

(PRODUCT PAGE) The long name of review author overlaps the rating filter block #248

Open ilsinyakov opened 3 months ago

ilsinyakov commented 3 months ago

Pre-conditions:

  1. Register user with long first name (e.g. 128 symbols)
  2. Go to product page

Steps:

  1. Add a review
  2. View the name of review author and the ratings filter block

ER: The first name doesn't overlap the rating filter block

AR: The first name overlaps the rating filter block


2024-06-10_08-28-29

joshmurdock commented 3 months ago

Hello! I am trying to take care of this bug but I am having a problem. I can't access server. Whenever I type command npm run dev I get error cause: AggregateError at internalConnectMultiple (node:net:1114:18) at afterConnectMultiple (node:net:1667:5) at TCPConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) { code: 'ECONNREFUSED', [errors]: [ [Error], [Error] ] } and the list of products is not available. I tried to run yarn next dev --hostname 127.0.0.1 but that doesn't work either. I feel like it has something to do with my .env file with variable NEXT_PUBLIC_API_HOST_REMOTE=https:///api/v1. Should my server be named something else other than be-server?