Closed GFier closed 1 year ago
Hi @GFier, thanks for reporting this issue. There was indeed an issue with US spaces that has been resolved by the pull request that you referred to.
If you decide to upgrade the version on an already existing project, make sure to also make requests to Storybook's APIs with the storyblok-js-client, because you will need to pass the region
parameter in the requests.
Sorry for the late response. If you have any feedback on this topic, we'd be happy to receive it 🙂
Hi @johannes-lindgren thanks for taking the time to address the issue!
I did a fresh start: clone the repo again, set it up, and test it. However, I still get an issue
Tested in different browsers just to check is not a cookies issue as the error says.
Any idea what the cause of the problem could be??
Hi! I am trying to make the app-nextjs-starter work. I followed the steps in the readme. I am not sure if it's ok to use the forwarding URL from ngrok as the base_url. But to test this also deployed the starter and used the Vercel deployment link (i.e.: https://my-storyblok-app.vercel.app) as base_url and also failed.
However, I found this pr and wanted to be sure is a config error and not the pr itself because we are using US authentication.
Expected Behavior
Work as shown in README.md
Current Behavior
I can install the app but when click on it get redirected with error
Steps to Reproduce
Thanks!! Thrilled to have a next-js starter for apps :smile: