Solved

CDF Transformations Learning Path - Upload csv returns error 405 Method Not Allowed in learn-cdf

  • 29 January 2024
  • 5 replies
  • 72 views

Badge +5

Hello, I am following the Learning path tutorial for CDF transformations.

I’m in the step that I’m supposed to upload the csv data files to the RAW Database I’ve just created.

 

After I select the file for upload the UI simply does nothing, poking around in DevTools I find out the upload request for the files I’m trying to upload is returning error 405 (Method Not Allowed).

I am using the mocked files provided by the learning path tutorial: https://learn.cognite.com/path/data-engineer-basics-transform-and-contextualize/cdf-transformations-course/1196833

 

Am I doing something wrong, or is this a bug?

icon

Best answer by Lucas Carvalho de Sousa 1 February 2024, 14:20

View original

5 replies

Userlevel 1
Badge +2

@Lucas Carvalho de Sousa Could you please attach the screenshot of the error?

Userlevel 1
Badge +2

Hi @Lucas Carvalho de Sousa I have followed the same steps in the learning course and able to upload csv files. Seems like this is not a bug. Could you please try this again?
 

 

Badge +5

 

@Pasindu Perera It seems the request is no longer even being sent from my side, now the UI just gets the name of the file as the table name and does nothing else
 

Picture after selecting the file via “Upload CSV of JSON” button:

 

The requests sent after the “upload”:

 

Userlevel 1
Badge +2

@Lucas Carvalho de Sousa Could you please try applying followings?
 

  • Clear you browser cache
  • Check with a different internet connection
  • Try in incognito mode
Badge +5

@Pasindu Perera I can’t change my internet connection, but the other two tests resulted in the same problem.

 

However, after I tried switching browsers, it worked. I was using Firefox (v 122.0) which had the problem mentioned, and I tried on Chrome (121.0.6167.87) and it seems to be working fine there.

Reply