Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

After updating to SDK 12.0.1, We are unable to load static resource inside ourapp, Getting too many http redirects error #3742

Open
hemantsumanmetacube opened this issue Jul 19, 2024 · 5 comments

Comments

@hemantsumanmetacube
Copy link

Please fill out the following details:

  1. Version of Mobile SDK Used: 12.0.1
  2. Issue found in Native App or Hybrid App: Hybrid
  3. OS Version: 17
  4. Steps to reproduce: trying to load static resource in the app using script tag
  5. Actual behavior: Getting Too many http redirect error
  6. Expected Behavior: static resource should load
@wmathurin
Copy link
Contributor

So you generated your application with forcehybrid with app type hybrid remote (this)?
Is it happening all the time?
Was it working prior to Mobile 12?

@hemantsumanmetacube
Copy link
Author

the app was generated using app type hyrid_local, and it was working before upgrading to sdk12 and the issue is specific to ios devices

@hemantsumanmetacube
Copy link
Author

Any leads?

@hemantsumanmetacube
Copy link
Author

After further investigation, we found that sid cookie is not being sent in the request, Has there been any changes related to this workflow.

@wmathurin
Copy link
Contributor

We only front door the start page url for hybrid remote applications. See code. That code has not been touched in many years.
Front door allows take a url and access token and takes you to that url with a sid cookie (if the access token is valid).
What version were you on before?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants