Skip to content

How to run fiftyone as a service on polyaxon. #1534

Closed Answered by polyaxon-team
polyaxon-team asked this question in Q&A
Discussion options

You must be logged in to vote

The simplest solution that I found is that:

  1. you need to click open the service in a new tab
    
  2. this will show the service with similar error you mentioned in your first message
    
  3. you need to add two `query-params` to the url to force the application's proxy logic: `proxy=` and `polling=`
    

so as an example if polyaxon's service url is :

https://HOST_NAME.com/rewrite-services/v1/POLYAXON_NAMESPACE/ORG/PROJECT/runs/473043ebb182486cb6e5ef643ef2688e/5151/datasets/quickstart?plx-ts=1712826815696

you will need to add the following query params:

&proxy=/rewrite-services/v1/POLYAXON_NAMESPACE/ORG/PROJECT/runs/473043ebb182486cb6e5ef643ef2688e/5151/

and

&polling=true

you see that proxy=... h…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by polyaxon-team
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant