Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

124
Views
I'm trying to join a set object in a method and using async fetch hook for fetching the data on server-side and its showing me an error in Nuxt

I'm trying to fetch data from API on Server Side using async fetch() but now in the method, I'm trying to join a set object, that I'm calling it in the template and it isn't working. Always giving me an error that required function is not a function. Any idea on how to fix that?

about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

I figured out the problem. The thing was that I wasn't using the right way to join a set. I was using

setObj.join("; ")

and this was working fine on the client-side.

But I think because of the different render engine on the server-side. It wasn't resolving. Solved it using

[...setObj].join("; ")

This was a JavaScript mistake rather than Nuxt.

I'm new to this thing. Correct me if I'm wrong somewhere.

about 4 years ago · Juan Pablo Isaza Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!