The Wayback Machine - https://web.archive.org/web/20210513022403/https://github.com/topics/fullstack
Skip to content
#

fullstack

Here are 1,263 public repositories matching this topic...

blitz
cashmagnet
cashmagnet commented May 3, 2021

What is the problem?

API requests for blitz, from either await direct function calls inside useEffects or useQuery calls are not being created with consideration for the trailingSlash config.

What are detailed steps to reproduce this?

  1. create new blitz application
  2. update blitz.config.js as below
const { sessionMiddleware, simpleRolesIsAuthorized } = require("blitz")
amirmishani
amirmishani commented Jan 31, 2021

Which Category is your question related to?
API

Amplify CLI Version
4.39.0

What AWS Services are you utilizing?
API, Auth, Function

Provide additional details e.g. code snippets
I'm trying to configure an HTTP resolver to call a step function. The url needs the correct aws region. I know you can pass the environment like so ${env} but I couldn't find anything in t

Improve this page

Add a description, image, and links to the fullstack topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the fullstack topic, visit your repo's landing page and select "manage topics."

Learn more