linklist icon indicating copy to clipboard operation
linklist copied to clipboard

Creating an account leads to a server error

Open Danieldo1 opened this issue 2 years ago • 2 comments

Cool project but its fails to create pages for new users

Danieldo1 avatar Dec 20 '23 14:12 Danieldo1

Amazing, there is error when somebody create their profile for first time, then going to analytics gives following error: src/components/Chart.js (8:27) @ keys

6 | 7 | export default function Chart({data}) {

8 | const xLabelKey = Object.keys(data[0]).find(key => key !== 'date'); | ^ 9 | 10 | const dataWithoutGaps = []; 11 | data.forEach((value, index) => {

After clicking their link (creating analytics data) then this error does not shows

damziv avatar May 02 '24 17:05 damziv

RESOLVED https://github.com/dejwid/linklist/compare/master...damziv:linklist:patch-1

damziv avatar May 02 '24 18:05 damziv