Kyon147 / laravel-shopify

A full-featured Laravel package for aiding in Shopify App development
MIT License
331 stars 98 forks source link

Form Redirect Issue #285

Closed mehrabshah closed 8 hours ago

mehrabshah commented 3 months ago
@csrf
instagram_user_name)?"readonly":"required"}}>
@if($setting->instagram_user_name) @else @endif
This is my Form code When clicking the 'Connect Instagram' button, it triggers my POST method, but it hangs without further redirects. I am using non-SPA pages
Kyon147 commented 3 months ago

@mehrabshah have you read the session token wiki page?

https://github.com/Kyon147/laravel-shopify/wiki/Authentication-Process

Forms won't submit if you don't pass the token and the host param.

Kyon147 commented 8 hours ago

Closing stale ticket. Reopen if you still have an issue.