csvlint.io icon indicating copy to clipboard operation
csvlint.io copied to clipboard

Site redirects(?) to main/landing page instead of validation results

Open kspurgin opened this issue 3 years ago • 1 comments

Expected Behaviour

  • I browse to upload a CSV file
  • Upload is shown as completed
  • I click green "Validate" button
  • I see a message that my file is valid, or information about any errors present

Current Behaviour (for problems)

  • I browse to upload a CSV file
  • Upload is shown as completed
  • I click green "Validate" button
  • I briefly see the "processing" animated icon in the "Validate" button. The page kind of "blinks" but I am not seeing any confirmation of validation OR error list.

I tried with a known valid CSV and a known invalid CSV (according to commandline csvlint tool)

From browser console:

image

Also:

Steps to Reproduce (for problems)

See above

Your Environment

Include as many relevant details about the environment you experienced the bug in - this will help us resolve the bug more expediently

  • Environment name and version (e.g. Chrome 39, node.js 5.4): Firefox browser 103.0.1 (64-bit)
  • Operating System and version (desktop or mobile): Desktop MacOS Big Sur 11.6

kspurgin avatar Aug 16 '22 20:08 kspurgin

I think my issue is the same. validate on an uploaded CSV file (with or without a JSON schema) appears to do nothing.

MikeThacker1 avatar Mar 13 '23 15:03 MikeThacker1