Open NiklasEi opened 5 months ago
Thanks @NiklasEi I get the same issue. The Cloud-based deployment does not resolve in the same way that the local deployment does.
Cloud:
Local:
Oops, sorry @tpmccallum, I updated in Discord but not here! Cloud has not yet caught up with this Spin feature but there is an update in progress.
Describe the bug The following trigger works as expected locally, but results in 404 in Fermyon cloud with most values for
:id
Variable syntax according to https://developer.fermyon.com/spin/v2/manifest-reference#additional-fields-for-triggerhttp-tables-
Frequency of the bug Please check one:
Set-up information spin 2.5.1 (cba6773 2024-05-14)
To Reproduce Steps to reproduce the behavior:
http://127.0.0.1:3000/test/test
and check the logsNotice that the route
https://variable-trigger-3zhg6far.fermyon.app/test/:id
actually reaches the component.Expected behavior I should reach the app with any value for the variable
id
.