Skip to main content
Nintex Community Menu Bar
Question

Skuid Mobile File Upload - Community

  • July 9, 2024
  • 3 replies
  • 11 views

Forum|alt.badge.img+6

File upload option in skuid mobile page is working well but file upload component is not working in Community.  
Please let me know how to fix it.

my findings via developer console, 
UploadImage visualforce page is works fine when the url is https://skuid.cs6.visual.force.com/apex/UploadImage?id=
but in community… the URL will changed to https://mydomain.cs6.visual.force.com/…. so that file upload component is trying to access the below URL
https://mydomain.cs6.visual.force.com/apex/UploadImage?id=

and its says URL not found error(404)…


3 replies

Forum|alt.badge.img+6
  • Nintex Employee
  • 402 replies
  • July 9, 2024

Raj,

This is just a hunch, but did you make a local clone of the UploadImage Visualforce page and give your community user profile access to it? See the Prerequisitessection of this tutorial for a step by step.


Forum|alt.badge.img+6
  • Author
  • 49 replies
  • July 9, 2024

Thanks J. It works now.


Forum|alt.badge.img+6
  • Nintex Employee
  • 402 replies
  • July 9, 2024

No problem! Thanks for being a part of our community!